import { WindowState } from './win-get-state';
export declare function WinGetStateByHandle(windowHandle: bigint): WindowState;
