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