/// export declare function concurrent(name: string, fn: (done: jest.DoneCallback) => void | Promise, timeout?: number): void;