export declare function naturalCompare(a: string, b: string, opts?: {
    caseInsensitive?: boolean;
    alphabet?: string;
}): number;
