import type { SdkServicesConfig } from '../../config/types'; import type { EthereumServiceConfigInternal } from './types'; export declare const getDefaultEthereumServiceConfig: (config: SdkServicesConfig) => EthereumServiceConfigInternal;