import type { Protocol } from 'devtools-protocol'; import type { Screenshot } from '../util/interfaces'; declare type AuthClientResponse = { cookies: Protocol.Network.Cookie[]; screenshotData?: Screenshot[]; }; export declare function authClient(url: string, username: string, password: string, headless?: boolean, altBrowserArgs?: string[], screenshots?: boolean): Promise; export {}; //# sourceMappingURL=auth.d.ts.map