export function beforeEach(fn: () => void): any; export function afterEach(fn: () => void): any; export function describe(description: string, fn: () => void): any; export function it(description: string, fn: () => void): any; export function xit(fn: () => void): any;