//#region src/_util/instance.d.ts declare function getVueInstance(): import("vue").AppContext | null; //#endregion export { getVueInstance };