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