import { CasterFn } from './types'; export declare const nullable: (caster: CasterFn) => CasterFn;