import { ExclusiveTestFunction, PendingTestFunction, TestFunction } from 'mocha';
export declare type MochaCallback = TestFunction | ExclusiveTestFunction | PendingTestFunction;
//# sourceMappingURL=MochaCallbackType.d.ts.map