import { NodePath } from '../types'; import { CompiledReplacement, CompileReplacementOptions } from '.'; import * as t from 'ast-types'; export default function compilePropertyReplacement(path: NodePath, compileOptions: CompileReplacementOptions): CompiledReplacement | void;