export declare class SessionManager { private projectId; constructor(projectId: string); private key; hasShownBefore(): boolean; markShown(): void; clearShown(): void; } //# sourceMappingURL=SessionManager.d.ts.map