import type { StorageManagementContext } from "../../api/storageManagementContext.js"; import type { PrivateLinkResourcesListByStorageAccountOptionalParams } from "../../api/privateLinkResources/options.js"; import type { PrivateLinkResourceListResult } from "../../models/models.js"; /** Interface representing a PrivateLinkResources operations. */ export interface PrivateLinkResourcesOperations { /** Gets the private link resources that need to be created for a storage account. */ listByStorageAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByStorageAccountOptionalParams) => Promise; } export declare function _getPrivateLinkResourcesOperations(context: StorageManagementContext): PrivateLinkResourcesOperations; //# sourceMappingURL=index.d.ts.map