declare function sanitizeString(fullText: string): string; export { sanitizeString as default };