import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetCampaignVersionsRequest, GetCampaignVersionsResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetCampaignVersionsCommandInput extends GetCampaignVersionsRequest {} export interface GetCampaignVersionsCommandOutput extends GetCampaignVersionsResponse, __MetadataBearer {} declare const GetCampaignVersionsCommand_base: { new ( input: GetCampaignVersionsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCampaignVersionsCommandInput, GetCampaignVersionsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetCampaignVersionsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetCampaignVersionsCommandInput, GetCampaignVersionsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetCampaignVersionsCommand extends GetCampaignVersionsCommand_base { protected static __types: { api: { input: GetCampaignVersionsRequest; output: GetCampaignVersionsResponse; }; sdk: { input: GetCampaignVersionsCommandInput; output: GetCampaignVersionsCommandOutput; }; }; }