import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../MobileClient"; import { DescribeBundleRequest, DescribeBundleResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeBundleCommandInput extends DescribeBundleRequest {} export interface DescribeBundleCommandOutput extends DescribeBundleResult, __MetadataBearer {} declare const DescribeBundleCommand_base: { new ( input: DescribeBundleCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeBundleCommandInput, DescribeBundleCommandOutput, MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DescribeBundleCommandInput ): import("@smithy/smithy-client").CommandImpl< DescribeBundleCommandInput, DescribeBundleCommandOutput, MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DescribeBundleCommand extends DescribeBundleCommand_base {}