import { Web3Context } from "web3-core"; import { EthExecutionAPI } from "web3-types"; import { KlaytnAccountsInterface } from "../types.js"; export declare function context_accounts(context: Web3Context): KlaytnAccountsInterface;