import type { ASTNode } from './types'; export declare function serializeAst(ast: ASTNode): string; //# sourceMappingURL=serialize-ast.d.ts.map