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