import { z } from "zod"; export declare const effortSchema: z.ZodObject<{ effort: z.ZodNumber; }, z.core.$strip>; export type EffortScore = z.infer; /** Uncommon delimiter for the page-text region — defense-in-depth, not the primary control; * the real injection net is the structured-output, no-tool judge (see judge.ts). */ export declare const DATA_FENCE = "<<>>"; export declare function buildEffortPrompt(contentText: string): { system: string; user: string; }; //# sourceMappingURL=schema.d.ts.map