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