import { IRect } from './@types';
export declare function WinGetClientSize(windowTitle: string, windowText?: string): IRect;
