export declare class EstateCustomerOrderActionSendSmsDtoModel {
    id: string;
    /**Action */
    actionSendSmsToMe: boolean;
    actionSendSmsToEstateCustomer: boolean;
    actionSendSmsToEstateAgency: boolean;
    actionSendSmsToEstateAgent: boolean;
    actionSendSmsToContactNumber: string;
    /**Action */
    actionSendSmsToAreaEstateAgency: boolean;
    actionSendSmsToAreaEstateAgent: boolean;
    /**Action */
    actionSendSmsToAllAreaEstateAgency: boolean;
    actionSendSmsToAllAreaEstateAgentt: boolean;
}
