export declare const command = "list"; export declare const describe = "List the active services for this project."; export declare const builder: () => void; export declare const handler: () => Promise;