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