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