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