export declare class Contact { fullName?: string; phoneNumber?: string; email?: string; }