import type { RecoveryServicesContext as Client } from "../index.js"; import type { _ReplicationUsageList, ReplicationUsage } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { ReplicationUsagesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, vaultName: string, options?: ReplicationUsagesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_ReplicationUsageList>; /** Fetches the replication usages of the vault. */ export declare function list(context: Client, resourceGroupName: string, vaultName: string, options?: ReplicationUsagesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map