import { type Organization } from "@prisma/client"; import { CloudConfigSchema } from "./cloudConfigSchema"; type parsedOrg = Omit & { cloudConfig: CloudConfigSchema | null; }; export declare function parseDbOrg(dbOrg: Organization): parsedOrg; export {}; //# sourceMappingURL=parseDbOrg.d.ts.map