import { Operations } from "../operationsInterfaces"; import { AzureMediaServices } from "../azureMediaServices"; import { OperationsListOptionalParams, OperationsListResponse } from "../models"; /** Class containing Operations operations. */ export declare class OperationsImpl implements Operations { private readonly client; /** * Initialize a new instance of the class Operations class. * @param client Reference to the service client */ constructor(client: AzureMediaServices); /** * Lists all the Media Services operations. * @param options The options parameters. */ list(options?: OperationsListOptionalParams): Promise; } //# sourceMappingURL=operations.d.ts.map