import type { TransformerGen } from "./types.js";
export declare const boolean: TransformerGen<boolean>;
