import { ClassImplements, NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; export default function compileClassImplementsReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;