import { type ClassDeclaration } from 'ts-morph'; export declare function pushToDecoratorArrayProperty(classDeclaration: ClassDeclaration, decoratorName: string, propertyName: string, initializer: string, { unique, forceToArray, }?: { unique?: boolean; forceToArray?: boolean; }): void;