import { Parser } from '../models';
export declare const IntegerParser: Parser<number>;
