/** * A function that returns a promise */ export type AsyncFunction = (...args: ReadonlyArray) => Promise;