export interface I_IsBranchBusy {
    branchId: string;
    isRestaurantBusy: boolean;
}
//# sourceMappingURL=index.d.ts.map