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