import * as bt from '@babel/types';
import { NodePath } from 'ast-types/lib/node-path';
import Documentation from '../Documentation';
/**
 * Extracts all events from a class-style component code
 * @param documentation
 * @param path
 * @param astPath
 */
export default function classEventHandler(documentation: Documentation, path: NodePath, astPath: bt.File): Promise<void>;
