import { Controller } from '@data-client/core'; import type { State } from '@data-client/core'; import { type InjectionKey, type ShallowRef } from 'vue'; export declare const StateKey: InjectionKey>>; export declare const ControllerKey: InjectionKey; /** Fallback state ref used when no provider is found. */ export declare const FallbackStateRef: ShallowRef>; export declare function useController(): Controller; export declare function injectState(): ShallowRef>; //# sourceMappingURL=context.d.ts.map