/** * Sanitize characters from a given string. * * @param str - The string to remove unwanted characters. * @returns The string without the unwanted characters. * @public */ export declare const sanitize: (str: string) => string; //# sourceMappingURL=sanitize.d.ts.map