import type { Artifact } from 'hardhat/types'; export declare const loadArtifact: (name: string, buildDir?: string[] | string) => Artifact; //# sourceMappingURL=artifacts.d.ts.map