export declare const SET_WINDOW_INFO = "@@BLUERAIN/SET_WINDOW_INFO"; export declare function setWindowDimentions(width: number, height: number): { type: string; width: number; height: number; };