import { ChaosManagementContext as Client } from "../index.js"; import { CapabilityType, _CapabilityTypeListResult } from "../../models/models.js"; import { CapabilityTypesListOptionalParams, CapabilityTypesGetOptionalParams } from "./options.js"; import { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, location: string, targetTypeName: string, options?: CapabilityTypesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_CapabilityTypeListResult>; /** Get a list of Capability Type resources for given Target Type and location. */ export declare function list(context: Client, location: string, targetTypeName: string, options?: CapabilityTypesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, location: string, targetTypeName: string, capabilityTypeName: string, options?: CapabilityTypesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a Capability Type resource for given Target Type and location. */ export declare function get(context: Client, location: string, targetTypeName: string, capabilityTypeName: string, options?: CapabilityTypesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map