import { z } from 'zod'; export type IdMap = { [id: string]: T; }; export declare const variableStringSchema: z.ZodType<`{{${string}}}`, z.ZodTypeDef, `{{${string}}}`>; //# sourceMappingURL=utils.d.ts.map