/** * Resolves the editor to use for editing references. * Resolution order (same as Git): * 1. $VISUAL environment variable * 2. $EDITOR environment variable * 3. Platform-specific fallback (vi/notepad) */ export declare function resolveEditor(platform?: NodeJS.Platform): string; //# sourceMappingURL=editor-resolver.d.ts.map