interface StopOptions { all?: boolean; } export declare function stopCommand(name: string | undefined, options: StopOptions): Promise; export {};