export declare class ApplicationState { static allowCrossScopeAccess(key?: string, scope?: any): void; static disallowCrossScopeAccess(key?: string, scope?: any): void; static get(key?: string, scope?: any): string; static put(key?: string, value?: string, scope?: any): string; static remove(key?: string, scope?: any): void; } //# sourceMappingURL=ApplicationState.d.ts.map