export declare const getGroupTotalPrice: (items: any[]) => any; /** * @title: 创建一个虚拟的组 * @description: * @param {any} items * @return {*} * @Author: zhiwei.Wang */ export declare const concatBookings: (items: any[]) => any; export declare const createBookingItemsByGroup: (item: any, isBatchEdit?: any) => any[]; export declare const isGroupBooking: (_id: any) => boolean; export declare const getProductByGroupId: (groupId: string, items: any[]) => any[]; export declare const getGroupBooking: (groupId: string, items: any[]) => any; export declare const filterItemByGroupId: (groupId: string, items: any[]) => any[];