export function all(awaitable: any): any; export function allSettled(awaitable: any): any; export function race(awaitable: any): any; export function hash(awaitable: any): any; export function hashSettled(awaitable: any): any; //# sourceMappingURL=cancelable-promise-helpers.d.ts.map