import type { AuthPath } from '../schemas/config.schema.js'; export declare function authPathNeedsClickReveal(path: AuthPath): boolean; export declare function runAutomatedAuthLogin(params: { loginUrl: string; path: AuthPath; credentials: Record; outPath: string; headed: boolean; timeoutMs: number; successUrlContains?: string; baseUrlHint: string; }): Promise; //# sourceMappingURL=auth-login-run.d.ts.map