import type { SerializedCookie } from "./types.js"; export declare function getAuthFilePath(homeDir: string, authId: string): string; export declare function getCsrfToken(cookies: SerializedCookie[]): string | undefined; export declare function buildCookieHeader(cookies: SerializedCookie[], urlString: string): string; export declare function saveCookiesFile(authFilePath: string, cookies: SerializedCookie[]): Promise; export declare function loadCookiesFile(authFilePath: string): Promise; //# sourceMappingURL=cookies.d.ts.map