import type { StorageManagementContext as Client } from "../index.js"; import type { TableServiceProperties, ListTableServices } from "../../models/models.js"; import type { TableServicesListOptionalParams, TableServicesSetServicePropertiesOptionalParams, TableServicesGetServicePropertiesOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise; /** List all table services for the storage account. */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: TableServicesListOptionalParams): Promise; export declare function _setServicePropertiesSend(context: Client, resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): StreamableMethod; export declare function _setServicePropertiesDeserialize(result: PathUncheckedResponse): Promise; /** Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. */ export declare function setServiceProperties(context: Client, resourceGroupName: string, accountName: string, parameters: TableServiceProperties, options?: TableServicesSetServicePropertiesOptionalParams): Promise; export declare function _getServicePropertiesSend(context: Client, resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): StreamableMethod; export declare function _getServicePropertiesDeserialize(result: PathUncheckedResponse): Promise; /** Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. */ export declare function getServiceProperties(context: Client, resourceGroupName: string, accountName: string, options?: TableServicesGetServicePropertiesOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map