declare function sanitize(str: string): string;
export { sanitize };
