import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSegmentExportJobsRequest, GetSegmentExportJobsResponse, } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface GetSegmentExportJobsCommandInput extends GetSegmentExportJobsRequest {} export interface GetSegmentExportJobsCommandOutput extends GetSegmentExportJobsResponse, __MetadataBearer {} declare const GetSegmentExportJobsCommand_base: { new ( input: GetSegmentExportJobsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSegmentExportJobsCommandInput, GetSegmentExportJobsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetSegmentExportJobsCommandInput ): import("@smithy/smithy-client").CommandImpl< GetSegmentExportJobsCommandInput, GetSegmentExportJobsCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetSegmentExportJobsCommand extends GetSegmentExportJobsCommand_base { protected static __types: { api: { input: GetSegmentExportJobsRequest; output: GetSegmentExportJobsResponse; }; sdk: { input: GetSegmentExportJobsCommandInput; output: GetSegmentExportJobsCommandOutput; }; }; }