import { type ObjectLiteralExpression } from 'ng-morph';
export declare function pushToObjectArrayProperty(objectExpression: ObjectLiteralExpression, propertyName: string, initializer: string, { unique, forceToArray, index, }?: {
    forceToArray?: boolean;
    index?: number | null;
    unique?: boolean;
}): void;
