export declare class EmailNotifications {
    orderCreated: boolean;
    outForDelivery: boolean;
    taskStarted: boolean;
    taskCompletedFailed: boolean;
}
