export declare function deleteChannel(channelUrl: string): Promise; export declare function deleteUser(userId: string): Promise;