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