import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { GetFormTypeInput, GetFormTypeOutput } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface GetFormTypeCommandInput extends GetFormTypeInput {} export interface GetFormTypeCommandOutput extends GetFormTypeOutput, __MetadataBearer {} declare const GetFormTypeCommand_base: { new ( input: GetFormTypeCommandInput ): import("@smithy/core/client").CommandImpl< GetFormTypeCommandInput, GetFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetFormTypeCommandInput ): import("@smithy/core/client").CommandImpl< GetFormTypeCommandInput, GetFormTypeCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetFormTypeCommand extends GetFormTypeCommand_base { protected static __types: { api: { input: GetFormTypeInput; output: GetFormTypeOutput; }; sdk: { input: GetFormTypeCommandInput; output: GetFormTypeCommandOutput; }; }; }