import { z, ZodFirstPartySchemaTypes } from 'zod'; export type SchemaType = z.infer; export type Secrets = Record; //# sourceMappingURL=types.d.ts.map