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