import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ExportConfigurationsResponse } from "../models/models_0"; export { __MetadataBearer }; export interface ExportConfigurationsCommandInput {} export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {} declare const ExportConfigurationsCommand_base: { new ( input: ExportConfigurationsCommandInput, ): import("@smithy/core/client").CommandImpl< ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [ExportConfigurationsCommandInput] ): import("@smithy/core/client").CommandImpl< ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, import("..").ApplicationDiscoveryServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base { protected static __types: { api: { input: {}; output: ExportConfigurationsResponse; }; sdk: { input: ExportConfigurationsCommandInput; output: ExportConfigurationsCommandOutput; }; }; }