/** * Main config command - shows current configuration */ export declare function configCommand(): Promise; /** * List all profiles */ export declare function listCommand(): Promise; /** * Switch to a different profile */ export declare function useCommand(profile: string): Promise; /** * Show config details */ export declare function showCommand(profile?: string): Promise; /** * Delete a config profile */ export declare function deleteCommand(profile: string): Promise; //# sourceMappingURL=config.d.ts.map