export declare const get: import("convex/server").RegisteredQuery<"public", { keyPrefix: string; cacheKey: string; }, Promise>; export declare const set: import("convex/server").RegisteredMutation<"public", { ttlMs?: number | undefined; keyPrefix: string; cacheKey: string; value: string; }, Promise>; export declare const setIfNotExists: import("convex/server").RegisteredMutation<"public", { ttlMs?: number | undefined; keyPrefix: string; cacheKey: string; value: string; }, Promise>; export declare const del: import("convex/server").RegisteredMutation<"public", { keyPrefix: string; cacheKey: string; }, Promise>; //# sourceMappingURL=kv.d.ts.map