export declare const allSettled: (promises: Promise[]) => Promise<({ value: T; status: string; } | { reason: any; status: string; })[]>;