export interface StopResult { killedPids: number[]; removedUnits: string[]; errors: string[]; } export declare function stopAll(): Promise;