export declare const processAllOrders: ({ data, orderNo, type, }: { data: any; orderNo: string; type: string; }) => any;