declare const _default: import("convex/server").SchemaDefinition<{ subscriptions: import("convex/server").TableDefinition; threadId: import("convex/values").VString; }, "required", "keyPrefix" | "threadId">, { by_prefix_thread: ["keyPrefix", "threadId", "_creationTime"]; }, {}, {}>; locks: import("convex/server").TableDefinition; threadId: import("convex/values").VString; token: import("convex/values").VString; expiresAt: import("convex/values").VFloat64; }, "required", "keyPrefix" | "threadId" | "token" | "expiresAt">, { by_prefix_thread: ["keyPrefix", "threadId", "_creationTime"]; by_expires: ["expiresAt", "_creationTime"]; }, {}, {}>; kv: import("convex/server").TableDefinition; cacheKey: import("convex/values").VString; value: import("convex/values").VString; expiresAt: import("convex/values").VFloat64; }, "required", "keyPrefix" | "expiresAt" | "cacheKey" | "value">, { by_prefix_key: ["keyPrefix", "cacheKey", "_creationTime"]; by_expires: ["expiresAt", "_creationTime"]; }, {}, {}>; lists: import("convex/server").TableDefinition; listKey: import("convex/values").VString; seq: import("convex/values").VFloat64; value: import("convex/values").VString; expiresAt: import("convex/values").VFloat64; }, "required", "keyPrefix" | "expiresAt" | "value" | "listKey" | "seq">, { by_prefix_key_seq: ["keyPrefix", "listKey", "seq", "_creationTime"]; by_expires: ["expiresAt", "_creationTime"]; }, {}, {}>; queues: import("convex/server").TableDefinition; threadId: import("convex/values").VString; seq: import("convex/values").VFloat64; value: import("convex/values").VString; expiresAt: import("convex/values").VFloat64; }, "required", "keyPrefix" | "threadId" | "expiresAt" | "value" | "seq">, { by_prefix_thread_seq: ["keyPrefix", "threadId", "seq", "_creationTime"]; by_expires: ["expiresAt", "_creationTime"]; }, {}, {}>; }, true>; export default _default; //# sourceMappingURL=schema.d.ts.map