export interface ScoutContext { project?: string; quickSession?: string; } export declare function getContext(): ScoutContext; export declare function setProject(name: string): void; export declare function clearProject(): void; export declare function getQuickSessionId(): string | undefined; export declare function ensureQuickSession(): string; export declare function getCacheSubdir(): string; export declare function _resetCache(): void; //# sourceMappingURL=context.d.ts.map