import type { RecoveryServicesContext as Client } from "../index.js"; import type { PrivateLinkResource, _PrivateLinkResources } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { PrivateLinkResourcesListOptionalParams, PrivateLinkResourcesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_PrivateLinkResources>; /** Returns the list of private link resources that need to be created for Backup and SiteRecovery */ export declare function list(context: Client, resourceGroupName: string, vaultName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Returns a specified private link resource that need to be created for Backup and SiteRecovery */ export declare function get(context: Client, resourceGroupName: string, vaultName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map