type PowerAction = "start" | "stop" | "restart"; export declare function powerCommand(action: PowerAction, rawArgs: string[]): Promise; export {};