export type EditorParams = {
    args: string[];
    bin: string;
};
export declare function parseEditorCommand(editor: string): EditorParams;
