import { IParser } from "./interfaces"; declare const customParser: IParser; export default customParser;