export declare class EmailCancelOrder { customerName: string; orderDetails: any; emailId: string; orderId: string; }