export declare const mochaHooks: {
    beforeAll: () => Promise<void>;
};
