import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateSegmentEstimateRequest, CreateSegmentEstimateResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateSegmentEstimateCommandInput extends CreateSegmentEstimateRequest {} export interface CreateSegmentEstimateCommandOutput extends CreateSegmentEstimateResponse, __MetadataBearer {} declare const CreateSegmentEstimateCommand_base: { new ( input: CreateSegmentEstimateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateSegmentEstimateCommandInput, ): import("@smithy/core/client").CommandImpl< CreateSegmentEstimateCommandInput, CreateSegmentEstimateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateSegmentEstimateCommand extends CreateSegmentEstimateCommand_base { protected static __types: { api: { input: CreateSegmentEstimateRequest; output: CreateSegmentEstimateResponse; }; sdk: { input: CreateSegmentEstimateCommandInput; output: CreateSegmentEstimateCommandOutput; }; }; }