export type BrowserProxyFile = { path: string; base64: string; mimeType?: string; }; export declare function persistBrowserProxyFiles(files: BrowserProxyFile[] | undefined): Promise>; export declare function applyBrowserProxyPaths(result: unknown, mapping: Map): void;