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