import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSegmentRequest, CreateSegmentResponse, } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../PinpointClient"; export { __MetadataBearer }; export { $Command }; export interface CreateSegmentCommandInput extends CreateSegmentRequest {} export interface CreateSegmentCommandOutput extends CreateSegmentResponse, __MetadataBearer {} declare const CreateSegmentCommand_base: { new ( input: CreateSegmentCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSegmentCommandInput, CreateSegmentCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreateSegmentCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateSegmentCommandInput, CreateSegmentCommandOutput, PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateSegmentCommand extends CreateSegmentCommand_base { protected static __types: { api: { input: CreateSegmentRequest; output: CreateSegmentResponse; }; sdk: { input: CreateSegmentCommandInput; output: CreateSegmentCommandOutput; }; }; }