declare const _default: import("convex/server").SchemaDefinition<{ metadata: import("convex/server").TableDefinition; sha256: import("convex/values").VString; contentType: import("convex/values").VString; size: import("convex/values").VFloat64; bucket: import("convex/values").VString; lastModified: import("convex/values").VString; link: import("convex/values").VString; }, "required", "bucket" | "sha256" | "key" | "contentType" | "lastModified" | "link" | "size">, { bucket: ["bucket", "_creationTime"]; bucket_key: ["bucket", "key", "_creationTime"]; }, {}, {}>; }, true>; export default _default; //# sourceMappingURL=schema.d.ts.map