import { type ComponentInternalInstance } from "vue";
export declare function isPromise(val: any): val is Promise<any>;
export declare function findParentInstance(name: string, instance?: ComponentInternalInstance | null | undefined): ComponentInternalInstance | null | undefined;
