import type { InjectionKey, Ref } from "vue"; import { createLicenseContextValue, type LicenseContextValue } from "@copilotkit/shared"; export type { LicenseContextValue }; export { createLicenseContextValue }; export declare const LicenseContextKey: InjectionKey>; export declare function createDefaultLicenseRef(): Ref; //# sourceMappingURL=license-context.d.ts.map