import { IRect } from './@types';
export declare function WinGetPosByHandle(windowHandle: bigint): IRect;
