import { IOrdersCustomerPhone } from '../interfaces';
export declare class OrdersCustomerPhoneEntity implements IOrdersCustomerPhone {
    description: string;
    localizer: string;
    localizerExpiration: string;
    number: string;
    constructor(data?: Partial<OrdersCustomerPhoneEntity>);
}
