export declare function WinSetOnTop(windowTitle: string, windowText: string | undefined, onTop: boolean): number;
