import { HDWalletProvider } from 'hardhat/internal/core/providers/accounts';
import type { EIP1193Provider } from 'hardhat/types';
export declare class SecureAccountsProvider extends HDWalletProvider {
    constructor(provider: EIP1193Provider, mnemonic: string);
    static create(provider: EIP1193Provider, accountsDir: string, accountName?: string, accountPassword?: string): Promise<SecureAccountsProvider>;
}
//# sourceMappingURL=provider.d.ts.map