export type Status = { OPEN: "open"; CLOSING: "closing"; CLOSED: "closed"; }[keyof { OPEN: "open"; CLOSING: "closing"; CLOSED: "closed"; }]; //# sourceMappingURL=status.d.ts.map