import AfterAllMiddleware from '../AfterAllMiddleware'; declare function AfterAll(key: string): (target: any, key?: string) => any; declare function AfterAll(method: AfterAllMiddleware): (target: any, key?: string) => any; export default AfterAll;