import type { Comparison } from "@softwareventures/ordered";
export declare function looseCompare(a: string, b: string): Comparison;
