import { TeamAccessDTO } from '../team/team-access.dto'; export declare class ContactListDTO extends TeamAccessDTO { id: string; firstName: string; lastName: string; image: string; email: string; phone: string; cellPhone: string; }