/**
 * @hidden
 */
export type _Promise<A extends any> =
    Promise<A>
