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