//@flow // mocha flow type declarations declare function describe(name: string, spec: () => void): void declare function it(name: string, spec: Function): { timeout: Function } declare function beforeEach(spec: Function): void declare function afterEach(spec: Function): void