import type { EEIInterface } from "@ethereumjs/evm"; /** * Puts the precompile accounts into the state tree * @param eei - */ export declare const activatePrecompiles: (eei: EEIInterface) => Promise; /** * Puts the precompile accounts into the warmed addresses * @param eei - */ export declare const warmPrecompiles: (eei: EEIInterface) => Promise; //# sourceMappingURL=precompiles.d.ts.map