import types from './types'; declare function waterfall(tasks: types.AnyFn[], cb?: types.AnyFn): void; export default waterfall;