import type { ChannelDeleteOptions } from '../schemas/channel'; export declare function deleteChannelInternal(channelId: string, appId: string, options: ChannelDeleteOptions, silent?: boolean): Promise; export declare function deleteChannel(channelId: string, appId: string, options: ChannelDeleteOptions): Promise;