export declare type HandBag = 0 | 1;
export declare type HandBags = string | HandBag | HandBag[];
//# sourceMappingURL=hand-bags.type.d.ts.map