export declare class ImproveCodeCommand { static improveCode(suggestions: string[], code: string): Promise; }