declare function parse(text: string): string; export { parse }; export default parse;