// eslint-disable-next-line @typescript-eslint/no-empty-function export const noop = () => {}; export type Awaited = T | Promise;