export declare class Contact { name: string; email: string; phone?: string; address?: string; }