import type { VerifyResult } from "./types/verify.js"; /** * Retrieve the information required to verify all contracts from a deployment on Etherscan. * * @param deploymentDir - the file directory of the deployment * * @beta */ export declare function getVerificationInformation(deploymentDir: string): AsyncGenerator; //# sourceMappingURL=verify.d.ts.map