import { CasterFn } from './types'; declare const defValue: (casterFn: CasterFn, defaultValue: T) => CasterFn>; export default defValue;