export declare type ORDERCANCELEDBYSYSTEMREQUEST = {
    orderId: string;
    orderStatus: string;
    webhookType: string;
    customerRefId: string;
    actionBy: string;
    batch: boolean;
};
