export declare class PeopleMaster { identification: string; fullName: string; employee: boolean; student: boolean; administrativeArea: string; promotion: string; email: string; sponsor: string; program: string; }