import { Editor } from './type';
export declare function guessEditor(_editor?: Editor, rootDir?: string, usePid?: boolean): Array<string | null>;
