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