import type { Tool } from './Registry.js'; export declare function setBrowserSession(key: string): void; export declare function getBrowserSession(): string; export declare const browserTool: Tool; //# sourceMappingURL=Browser.d.ts.map