import { type IBusinessContacts } from '../../types'; export declare class Contacts { readonly name: string | null; readonly email: string; constructor(contacts: IBusinessContacts); }