/// export declare function wrapWithDone, Ret>(done: jest.DoneCallback, fn: (...args: Args) => Ret): (...args: Args) => Ret;