import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ChimeSDKMessagingClient"; import { DeleteChannelMembershipRequest } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteChannelMembershipCommandInput extends DeleteChannelMembershipRequest {} export interface DeleteChannelMembershipCommandOutput extends __MetadataBearer {} declare const DeleteChannelMembershipCommand_base: { new ( input: DeleteChannelMembershipCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteChannelMembershipCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput, ChimeSDKMessagingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteChannelMembershipCommand extends DeleteChannelMembershipCommand_base { protected static __types: { api: { input: DeleteChannelMembershipRequest; output: {}; }; sdk: { input: DeleteChannelMembershipCommandInput; output: DeleteChannelMembershipCommandOutput; }; }; }