import { HardhatRuntimeEnvironment } from 'hardhat/types'; import { readArtifact } from './artifacts'; export declare const readArtifactCached: typeof readArtifact; export declare function readHardhatArtifact(hre: HardhatRuntimeEnvironment, sourceName: string): Promise<{ sourceName: string; ast: import("@solidity-parser/parser/dist/src/ast-types").SourceUnit & { errors?: any[]; tokens?: import("@solidity-parser/parser/dist/src/types").Token[]; }; }>; //# sourceMappingURL=read-hardhat-artifact.d.ts.map