import { ObjectLiteralExpression, WriterFunction } from 'ts-morph'; export declare function OverwriteProperty(ole: ObjectLiteralExpression, name: string, initializer: string | WriterFunction): void;