import type { EthereumProvider, JsonRpcRequest, JsonRpcResponse } from "../../../../../../types/providers.js";
import type { RequestHandler } from "../../types.js";
import { ChainId } from "../chain-id/chain-id.js";
export declare class LocalAccountsHandler extends ChainId implements RequestHandler {
    #private;
    constructor(provider: EthereumProvider, localAccountsHexPrivateKeys: string[]);
    handle(jsonRpcRequest: JsonRpcRequest): Promise<JsonRpcRequest | JsonRpcResponse>;
}
//# sourceMappingURL=local-accounts.d.ts.map