declare const parser: (input: string) => string;
export default parser;
