import { Name } from './name'; /** * https://datatracker.ietf.org/doc/html/rfc4034#section-6.1 */ export declare function canonicalizeDnsNameOrder(a: Name, b: Name): number; //# sourceMappingURL=canonical-dns-name-order.d.ts.map