import type { HooksOptions } from '../types/BeachballOptions'; import type { PackageInfos } from '../types/PackageInfo'; /** * Call a hook for each affected package. Does nothing if the hook is undefined. */ export declare function callHook(hook: HooksOptions['prebump' | 'postbump' | 'prepublish' | 'postpublish'], affectedPackages: string[] | Set, packageInfos: PackageInfos, concurrency: number): Promise; //# sourceMappingURL=callHook.d.ts.map