export declare type HoldBag = 0 | 1 | 2;
export declare type HoldBags = string | HoldBag | HoldBag[];
//# sourceMappingURL=hold-bags.type.d.ts.map