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