import { ParseTree } from "./puppy-pasm"; export declare class Desugar { static ExpressionToReturn(pt: ParseTree, tag?: string): ParseTree; }