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