import { ParseTree } from "./puppy-pasm"; export declare const stringfy: (buffers: string[]) => string; export declare const quote: (s: string) => string; export declare const normalToken: (s: string) => string; export declare const isInfix: (pt: ParseTree) => boolean;