export declare type ResponseParticipant = { id: number; firstname: string; middlename: string; lastname: string; phone: string; email: string; };