import { Locale } from "./types/locale"; export declare function normalizeForSearching(value: string, locale?: Locale): string;