import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../APIGatewayClient"; import { IntegrationResponse, UpdateIntegrationResponseRequest, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {} export interface UpdateIntegrationResponseCommandOutput extends IntegrationResponse, __MetadataBearer {} declare const UpdateIntegrationResponseCommand_base: { new ( input: UpdateIntegrationResponseCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateIntegrationResponseCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateIntegrationResponseCommandInput, UpdateIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateIntegrationResponseCommand extends UpdateIntegrationResponseCommand_base { protected static __types: { api: { input: UpdateIntegrationResponseRequest; output: IntegrationResponse; }; sdk: { input: UpdateIntegrationResponseCommandInput; output: UpdateIntegrationResponseCommandOutput; }; }; }