import type { EndpointDef } from '../types.js';
export default function compareEndpoints(a: EndpointDef, b: EndpointDef): number;
