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