import { Options, ParseMode } from './options'; export { ParseMode }; export default function parse(input: string, options?: Partial): any;