import { type z } from '@frontmcp/lazy-zod'; export type RawZodShape = { [K in keyof Omit]-?: z.ZodTypeAny; }; export type RawMetadataShape = { [K in keyof Omit]-?: symbol; } & { type: symbol; } & { [K in any]: symbol; }; //# sourceMappingURL=common.types.d.ts.map