import types from './types'; declare function safeCb(val?: any, ctx?: any, argCount?: number): types.AnyFn; export default safeCb;