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