export declare function concurrent>>(ob: O): Promise<{ [K in keyof O]: Awaited; }>;