import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetDistributionBundlesRequest, GetDistributionBundlesResult } from "../models/models_0"; export { __MetadataBearer }; export interface GetDistributionBundlesCommandInput extends GetDistributionBundlesRequest {} export interface GetDistributionBundlesCommandOutput extends GetDistributionBundlesResult, __MetadataBearer {} declare const GetDistributionBundlesCommand_base: { new ( input: GetDistributionBundlesCommandInput, ): import("@smithy/core/client").CommandImpl< GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( ...[input]: [] | [GetDistributionBundlesCommandInput] ): import("@smithy/core/client").CommandImpl< GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput, import("..").LightsailClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetDistributionBundlesCommand extends GetDistributionBundlesCommand_base { protected static __types: { api: { input: {}; output: GetDistributionBundlesResult; }; sdk: { input: GetDistributionBundlesCommandInput; output: GetDistributionBundlesCommandOutput; }; }; }