export declare const command = "build"; export declare const describe = "Build the environment variables for each service."; export declare const builder: () => void; export declare const handler: () => Promise;