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