import { Caster } from "../../caster"; /** * Built-in caster for boolean. */ export declare const booleanCaster: Caster; //# sourceMappingURL=booleanCaster.d.ts.map