export declare const getResourceList: (params: any, bookingId?: number[]) => Promise<{ list: any[]; listMap: any; }>; export declare const createBookings: (params: any) => Promise; export declare const editBookings: (params: any, id?: number) => Promise; /** * 获取加盟店的影子账户id(不存在则创建) */ export declare const getFranchiseeCustomer: (params: any) => Promise; /** * 获取客户列表(当前店铺) */ export declare const getCustomerList: (params: any) => Promise;