export declare const distance: (a: string, b: string) => number;
export declare const closestMatch: (target: string, array: string[], showOccurrences?: boolean) => string | string[] | null;
