export declare function getCurrentInstance(name: string, message?: string): import("vue").ComponentInternalInstance; export declare function getCurrentInstanceName(name?: string): string;