declare function parser(str: string): string; declare function cleaner(str: string): string; export { parser, cleaner };