/*!
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
* Licensed under the MIT License.
*/
///
/**
* @internal
*/
export declare const mochaHooks: {
beforeAll(): Promise;
beforeEach(this: Mocha.Context): void;
afterEach(this: Mocha.Context): void;
afterAll(this: Mocha.Context): Promise;
};
//# sourceMappingURL=mochaHooks.d.ts.map