export declare const Commands: {
    APPLY_WORKSPACE_EDIT: string;
    APPLY_CODE_ACTION: string;
    APPLY_REFACTORING: string;
    ORGANIZE_IMPORTS: string;
    APPLY_RENAME_FILE: string;
    APPLY_COMPLETION_CODE_ACTION: string;
    /** Commands below should be implemented by the client */
    SELECT_REFACTORING: string;
    SOURCE_DEFINITION: string;
};
//# sourceMappingURL=commands.d.ts.map