export declare const createProvide: <T extends object = any>(key: symbol | string) => readonly [(state: T) => import("vue").Reactive<T>, () => T];
