/** * Validates the value to be a boolean */ export declare const booleanRule: (options: { strict?: boolean; }) => import("../../types.ts").Validation<{ strict?: boolean; }>;