import type { HardhatRuntimeEnvironment } from 'hardhat/types'; import type { ethers } from 'ethers'; export declare function getHardhatSigners(hre: HardhatRuntimeEnvironment, provider: ethers.providers.Provider): Promise; //# sourceMappingURL=get-hardhat-signers.d.ts.map