import type { Artifacts } from '../solc/resolveArtifactsSync'; import type { ResolvedConfig } from '@evmts/config'; export declare const generateDtsBody: (artifacts: Artifacts, config: ResolvedConfig) => string;