export type ConfigAction = 'language' | 'theme' | 'level' | 'tips' | 'confirmActions' | 'autoCommit' | 'copilotRefresh' | 'reset' | 'back'; export declare function showConfigMenu(): Promise; //# sourceMappingURL=config-menu.d.ts.map