import type { ISettingsService } from "./abstractions/ISettingsService"; export class SettingsService implements ISettingsService { get_user_settings(): Promise { throw new Error("Method not implemented."); } }