import { Socket } from 'socket.io-client'; import { Participant, ShowAlert } from '../../@types/types'; import * as i0 from "@angular/core"; export interface RemovePanelistOptions { socket: Socket; participant: Participant; roomName: string; member: string; islevel: string; showAlert?: ShowAlert; } export type RemovePanelistType = (options: RemovePanelistOptions) => Promise; export declare class RemovePanelist { removePanelist(options: RemovePanelistOptions): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }