import { z } from 'zod'; export declare const dividerSchema: z.ZodObject<{ type: z.ZodLiteral<"atDivider">; }, "strip", z.ZodTypeAny, { type: "atDivider"; }, { type: "atDivider"; }>; export declare const dividerQuery: string; //# sourceMappingURL=divider.d.ts.map