import { ELVerifiedRequestHandler } from "../interfaces.js"; export declare const eth_getCode: ELVerifiedRequestHandler<[address: string, block?: number | string], string>; //# sourceMappingURL=eth_getCode.d.ts.map