export type NoInfer = T & {}; export type MaybeReadonly = T | Readonly;