export declare function setData(dialog: any, data: any, func?: string): Promise<any>;
export declare function vmSet(dialog: any, ...args: Array<any>): void;
export declare function getVMInVue3(context: any): any;
