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