export declare class People { name: string; email: string; photo: string; constructor(name: string, email: string, photo: string); }