import { OID } from "../types/OID"; export declare function compareOids(oidA: OID, oidB: OID): 0 | 1 | -1;