import type { Cluster } from '../Core/Cluster';
export declare class ClusterManagerHooks {
    constructor();
    constructClusterArgs(cluster: Cluster, args: string[]): string[];
}
//# sourceMappingURL=ManagerHooks.d.ts.map