import type { AccountRuntime } from '../accounts/adapter.js'; import type { AccountConstructionMaterial } from '../accounts/construction.js'; import type { EvmChainReference } from '../chains/types.js'; import type { ResolvedAccountConfig } from './resolved.js'; export declare function createStaticAccountRuntime(resolved: ResolvedAccountConfig, chain: EvmChainReference, deployed: boolean): AccountRuntime; export declare function accountMaterial(resolved: ResolvedAccountConfig): AccountConstructionMaterial; //# sourceMappingURL=account-runtime.d.ts.map