import { SuccessRO } from '@escapenavigator/types/dist/shared/success.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { participantId: number; }; type ResponseData = SuccessRO; export declare const removeParticipantByAdmin: ApiMethodDeclaration; export {};