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