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