import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetMLTransformsRequest, GetMLTransformsResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface GetMLTransformsCommandInput extends GetMLTransformsRequest {} export interface GetMLTransformsCommandOutput extends GetMLTransformsResponse, __MetadataBearer {} declare const GetMLTransformsCommand_base: { new ( input: GetMLTransformsCommandInput ): import("@smithy/core/client").CommandImpl< GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetMLTransformsCommandInput] ): import("@smithy/core/client").CommandImpl< GetMLTransformsCommandInput, GetMLTransformsCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetMLTransformsCommand extends GetMLTransformsCommand_base { protected static __types: { api: { input: GetMLTransformsRequest; output: GetMLTransformsResponse; }; sdk: { input: GetMLTransformsCommandInput; output: GetMLTransformsCommandOutput; }; }; }