declare const _default: import("convex/server").SchemaDefinition<{ staticAssets: import("convex/server").TableDefinition | undefined; blobId?: string | undefined; path: string; deploymentId: string; contentType: string; }, { path: import("convex/values").VString; storageId: import("convex/values").VId | undefined, "optional">; blobId: import("convex/values").VString; contentType: import("convex/values").VString; deploymentId: import("convex/values").VString; }, "required", "path" | "deploymentId" | "storageId" | "blobId" | "contentType">, { by_path: ["path", "_creationTime"]; by_deploymentId: ["deploymentId", "_creationTime"]; by_storageId: ["storageId", "_creationTime"]; }, {}, {}>; stagedAssets: import("convex/server").TableDefinition | undefined; blobId?: string | undefined; path: string; deploymentId: string; contentType: string; }, { path: import("convex/values").VString; storageId: import("convex/values").VId | undefined, "optional">; blobId: import("convex/values").VString; contentType: import("convex/values").VString; deploymentId: import("convex/values").VString; }, "required", "path" | "deploymentId" | "storageId" | "blobId" | "contentType">, { by_deploymentId: ["deploymentId", "_creationTime"]; by_storageId: ["storageId", "_creationTime"]; }, {}, {}>; pendingBlobCleanup: import("convex/server").TableDefinition; }, "required", "blobId">, { by_blobId: ["blobId", "_creationTime"]; }, {}, {}>; pendingStorageCleanup: import("convex/server").TableDefinition; }, { storageId: import("convex/values").VId, "required">; }, "required", "storageId">, { by_storageId: ["storageId", "_creationTime"]; }, {}, {}>; cleanupState: import("convex/server").TableDefinition; }, "required", "pendingBlobCleanupCount">, {}, {}, {}>; deploymentInfo: import("convex/server").TableDefinition; deployedAt: import("convex/values").VFloat64; spaFallback: import("convex/values").VBoolean; pendingBlobCleanupCount: import("convex/values").VFloat64; }, "required", "currentDeploymentId" | "spaFallback" | "pendingBlobCleanupCount" | "deployedAt">, {}, {}, {}>; }, true>; export default _default; //# sourceMappingURL=schema.d.ts.map