export declare const command = "exec"; export declare const describe = "Execute a command for all services with the correct environment variables."; export declare const builder: () => void; export declare const handler: () => Promise;