export declare class PhoneNumberDto { id: string; notes: string; number: string; type: string; constructor(d?: PhoneNumberDto); }