/**
 * Sanitizes a string by replacing non-breaking spaces and other special whitespace
 * with standard spaces, then trims the result.
 */
export declare const sanitizeAndTrim: (value: string) => string;
//# sourceMappingURL=stringUtils.d.ts.map