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