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