import { ChaosManagementContext as Client } from "../index.js"; import { TargetType, _TargetTypeListResult } from "../../models/models.js"; import { TargetTypesListOptionalParams, TargetTypesGetOptionalParams } 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, options?: TargetTypesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_TargetTypeListResult>; /** Get a list of Target Type resources for given location. */ export declare function list(context: Client, location: string, options?: TargetTypesListOptionalParams): PagedAsyncIterableIterator; export declare function _getSend(context: Client, location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a Target Type resources for given location. */ export declare function get(context: Client, location: string, targetTypeName: string, options?: TargetTypesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map