import { PhoneInterface } from "../intefraces/phone.interface"; export declare class PhoneModel implements PhoneInterface { phone: string; is_primary: boolean; }