export type GlobalDataFn = () => Awaitable; export type Awaitable = T | Promise; declare const tag: unique symbol; export type Empty = { readonly [tag]: unknown; };