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