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