import type { MutationEvent } from "./types.js"; import type { ChainId, Config } from "@reactive-dot/core"; import type { PolkadotSigner } from "polkadot-api"; import type { InjectionKey, MaybeRefOrGetter, Ref, ShallowRef } from "vue"; export declare const configKey: InjectionKey>; export declare const chainIdKey: InjectionKey>; export declare const signerKey: InjectionKey>; /** * @internal */ export declare const lazyValuesKey: InjectionKey>>>; /** * @internal */ export declare const mutationEventKey: InjectionKey>; //# sourceMappingURL=keys.d.ts.map