import { AccountService } from "./AccountService"; import { UserSettings } from "./UserSettings"; export declare const USER_PROVIDERS: (typeof AccountService | typeof UserSettings)[];