export declare class DemoteChannelAdminDto {
    userId: string;
}
