import type { AuthPath } from '../schemas/config.schema.js'; export declare function assertExactlyOneCredentialSource(credentials?: string, credentialsFile?: string): void; export declare function parseCredentialsJsonString(json: string): Record; export declare function resolveFormLoginPath(baseUrl: string, authOptions: AuthPath[] | undefined, authPathId?: string): AuthPath; export declare function assertCredentialsCoverFields(credentials: Record, path: AuthPath): void; export declare function resolveAuthLoginConfig(params: { baseUrl: string; authOptions: AuthPath[] | undefined; credentials: Record; authPathId?: string; }): { path: AuthPath; }; //# sourceMappingURL=auth-login-resolve.d.ts.map