export { createRemoteCacheClient, type CreateRemoteCacheClientParams } from './createRemoteCacheClient.js'; export { createAppRegistryClient, type CreateAppRegistryClientParams } from './createAppRegistryClient.js'; export type { RemoteCacheClient, RemoteCacheClientUploadOperationOptions, RemoteCacheClientOperationOptions, RemoteCacheClientOperationResult, } from './types/RemoteCacheClient.js'; export type { LoginMethod } from './types/LoginMethod.js'; export type { AppRegistration, AppRegistrationVersion } from './types/AppRegistration.js'; export type { AppRegistryClient } from './types/AppRegistryClient.js'; export type { PagedResult } from './types/PagedResult.js'; export type { PageSettings } from '@azure/core-paging'; //# sourceMappingURL=index.d.ts.map