import { JsonSchemaObject } from "../Types.js";
export declare const parseBoolean: (_schema: JsonSchemaObject & {
    type: "boolean";
}) => string;
