import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ApiGatewayV2Client"; import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreateIntegrationResponseCommandInput extends CreateIntegrationResponseRequest {} export interface CreateIntegrationResponseCommandOutput extends CreateIntegrationResponseResponse, __MetadataBearer {} declare const CreateIntegrationResponseCommand_base: { new ( input: CreateIntegrationResponseCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateIntegrationResponseCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateIntegrationResponseCommandInput, CreateIntegrationResponseCommandOutput, ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateIntegrationResponseCommand extends CreateIntegrationResponseCommand_base { protected static __types: { api: { input: CreateIntegrationResponseRequest; output: CreateIntegrationResponseResponse; }; sdk: { input: CreateIntegrationResponseCommandInput; output: CreateIntegrationResponseCommandOutput; }; }; }