import * as z from 'zod'; export declare const CloudFileChunkScalarFieldEnumSchema: z.ZodEnum<["id", "fileId", "seq", "data", "createdAt"]>; export type CloudFileChunkScalarFieldEnum = z.infer; //# sourceMappingURL=CloudFileChunkScalarFieldEnum.schema.d.ts.map