import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetSegmentEstimateRequest, GetSegmentEstimateResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetSegmentEstimateCommandInput extends GetSegmentEstimateRequest {} export interface GetSegmentEstimateCommandOutput extends GetSegmentEstimateResponse, __MetadataBearer {} declare const GetSegmentEstimateCommand_base: { new ( input: GetSegmentEstimateCommandInput, ): import("@smithy/core/client").CommandImpl< GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetSegmentEstimateCommandInput, ): import("@smithy/core/client").CommandImpl< GetSegmentEstimateCommandInput, GetSegmentEstimateCommandOutput, import("..").CustomerProfilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetSegmentEstimateCommand extends GetSegmentEstimateCommand_base { protected static __types: { api: { input: GetSegmentEstimateRequest; output: GetSegmentEstimateResponse; }; sdk: { input: GetSegmentEstimateCommandInput; output: GetSegmentEstimateCommandOutput; }; }; }