import { SourceUnit } from 'solidity-ast'; export declare function renderTestableStorage({ artifact, relativeSourceName, sourceAstNode, template, }: { artifact: string; relativeSourceName: string; sourceAstNode: SourceUnit; template?: string; }): string; //# sourceMappingURL=render-testable-storage.d.ts.map