import { EthersProviderWrapper } from '@nomiclabs/hardhat-ethers/internal/ethers-provider-wrapper'; import { NetworksConfig } from 'hardhat/types/config'; import { Network } from 'hardhat/types/runtime'; import { AccountsRuntimeEnvironment } from 'hardhat-secure-accounts/dist/src/type-extensions'; export declare const getDefaultProvider: (networks: NetworksConfig, chainId: number, network: Network, isMainProvider: boolean, chainLabel: string) => EthersProviderWrapper | undefined; export declare const getSecureAccountsProvider: (accounts: AccountsRuntimeEnvironment, networks: NetworksConfig, chainId: number, mainNetworkName: string, isMainProvider: boolean, chainLabel: string, caller: string, accountName?: string, accountPassword?: string) => Promise; //# sourceMappingURL=providers.d.ts.map