import { z } from "zod"; export declare const CanonId: z.ZodString; export type CanonId = z.infer; //# sourceMappingURL=canonId.d.ts.map