import { SourceFile } from 'ts-morph'; export declare function updateDecoratorArrayArgs(source: SourceFile, decoratorName: string, argKey: string, identifier: string, apply?: boolean): void; //# sourceMappingURL=decorator.d.ts.map