import { Type } from '../src/types'; import { JSGenerator } from './compiler'; import { PuppyParser, ParseTree } from '../src/parser'; export declare const p: (s: string) => ParseTree; export declare const t: (o: any) => string; export declare const tmin: (o: any) => string; export declare const IntTy: Type; export { JSGenerator as Origami, ParseTree, PuppyParser, Type };