import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateStateTemplateRequest, UpdateStateTemplateResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateStateTemplateCommandInput extends UpdateStateTemplateRequest {} export interface UpdateStateTemplateCommandOutput extends UpdateStateTemplateResponse, __MetadataBearer {} declare const UpdateStateTemplateCommand_base: { new ( input: UpdateStateTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateStateTemplateCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput, import("..").IoTFleetWiseClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateStateTemplateCommand extends UpdateStateTemplateCommand_base { protected static __types: { api: { input: UpdateStateTemplateRequest; output: UpdateStateTemplateResponse; }; sdk: { input: UpdateStateTemplateCommandInput; output: UpdateStateTemplateCommandOutput; }; }; }