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