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