import { z } from 'zod'; /** * Creates a Zod schema that coerces various inputs to a boolean. * @returns A Zod schema. */ export declare const coerceToBooleanSchema: () => z.ZodPipe, z.ZodBoolean>; //# sourceMappingURL=coerceToBooleanSchema.d.ts.map