import { Ast, AstStrict } from "./ast.js"; export declare function desugar(ast: Ast): AstStrict;