export declare function normalizeHyphens(value: string, replacement?: string): string;
