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