import type { StorageManagementContext as Client } from "../index.js"; import type { PrivateLinkResourceListResult } from "../../models/models.js"; import type { PrivateLinkResourcesListByStorageAccountOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listByStorageAccountSend(context: Client, resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): StreamableMethod; export declare function _listByStorageAccountDeserialize(result: PathUncheckedResponse): Promise; /** Gets the private link resources that need to be created for a storage account. */ export declare function listByStorageAccount(context: Client, resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map