import { NodePath, ClassImplements } from '../types'; import { CompiledMatcher, CompileOptions } from '.'; export default function compileClassImplementsMatcher(path: NodePath, compileOptions: CompileOptions): CompiledMatcher | void;