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