import type { ASTNode, AssemblyItem, BaseASTNode } from '@solidity-parser/parser/src/ast-types'; /** * Minimal solidity renderer, only renders contracts with storage slot assignments * and struct declarations. */ export declare function render(node: T): string; //# sourceMappingURL=render.d.ts.map