import { NodePath, Node } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from './index'; export default function compileGenericArrayReplacement(path: NodePath[] | NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement;