export declare const command = "config:ide"; export declare const describe = "Configure the IDE based on the current services and containers."; export declare const builder: () => void; export declare const handler: () => Promise;