export declare class SDKWindows {
    static adjustIndex(parent?: string, windowID?: string, highlight?: boolean): void;
    static toggleVisibility(windowID: string, oo: string, highlight?: boolean): void;
    static highlight(windowID: string, oo: string, highlight: boolean): void;
    static isActive(windowID: string): boolean;
    static isTop(windowID: string): boolean;
}
