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