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