import Hook from './Hook'; declare class AsyncSeriesWaterfallAllHook extends Hook { private fns; constructor(args: string[], name?: string); compile(options: HookCompileOptions): Function | undefined; } export default AsyncSeriesWaterfallAllHook;