export declare function setWindowProp(key: string, value: A): A; export declare function getWindowProp(key: string): any;