import { z } from 'zod'; declare const KnowledgeBaseFile: z.ZodObject<{ projectId: z.ZodString; fileId: z.ZodString; displayName: z.ZodString; id: z.ZodString; created: z.ZodPipe, z.ZodString>; updated: z.ZodPipe, z.ZodString>; }, z.core.$strip>; export type KnowledgeBaseFile = z.infer; export {}; //# sourceMappingURL=index.d.ts.map