import { z } from "zod/mini"; //#region src/model/separator.d.ts declare const SeparatorModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Separator">; config: z.ZodMiniOptional>>; }, z.core.$strip>>; }, z.core.$strip>; type SeparatorModel = z.infer; //#endregion export { SeparatorModel }; //# sourceMappingURL=separator.d.ts.map