import type * as T from 'win32-def/types'; interface IGetWindowTextW { (hWnd: T.HWND, lpString: T.LPCTSTR, nMaxCount: T.INT): T.INT; } export declare const GetWindowTextW: IGetWindowTextW; export {};