import { LegacyCompilerContext } from "./compiler/legacyIR"; export default function serializeToJSON(context: LegacyCompilerContext): string; export declare function serializeAST(ast: any, space?: string): string; //# sourceMappingURL=serializeToJSON.d.ts.map