import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GlueClient"; import { GetMLTransformRequest, GetMLTransformResponse, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface GetMLTransformCommandInput extends GetMLTransformRequest {} export interface GetMLTransformCommandOutput extends GetMLTransformResponse, __MetadataBearer {} declare const GetMLTransformCommand_base: { new ( input: GetMLTransformCommandInput ): import("@smithy/core/client").CommandImpl< GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetMLTransformCommandInput ): import("@smithy/core/client").CommandImpl< GetMLTransformCommandInput, GetMLTransformCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetMLTransformCommand extends GetMLTransformCommand_base { protected static __types: { api: { input: GetMLTransformRequest; output: GetMLTransformResponse; }; sdk: { input: GetMLTransformCommandInput; output: GetMLTransformCommandOutput; }; }; }