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