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