import { ParseTree } from './puppy-pasm'; export { ParseTree }; export declare const PuppyParser: import("./puppy-pasm").Parser; export declare const TPEG2: (peg?: any) => any; export declare const TypeParser: import("./puppy-pasm").Parser;