import type { CDPSession } from '../types.js'; export interface AuthOptions { storageStatePath?: string; userDataDir?: string; cdpUrl?: string; } export declare function getAuthOptions(): Promise; export declare function listSessions(): Promise; //# sourceMappingURL=auth.d.ts.map