import type { ModuleOptions } from '#auth-types'; export declare const useAuthConfig: () => ModuleOptions & { twoFactorAuth: boolean; };