export declare function generateQuery(params: any): string;
export declare function getFrame(element?: Element): {
    document: any;
    window: any;
};
export declare function getMountElement(element?: Element): Element;
export declare function setContext(scope: any): void;
export declare function delay(ms: number): Promise<void>;
