import { type ObjectLiteralExpression } from 'ts-morph'; export declare function pushToObjectLiteralArrayProperty(objectLiteral: ObjectLiteralExpression, propertyName: string, initializer: string, { unique, forceToArray, }?: { unique?: boolean; forceToArray?: boolean; }): void;