/** * A bag is a collection of key-value pairs. * * @public */ export type Bag = Record; //# sourceMappingURL=Bag.d.ts.map