import { Parser } from './parser';
export declare const string: Parser<string>;
