export { type MaybePromise }; type MaybePromise = T | Promise;