import ts from 'typescript/lib/tsserverlibrary.js';
/**
 * search for `@Directive({})` and update definition files
 * @param program a ts program
 * @returns a transformer factory of source file
 */
export declare function afterDeclarationsCompileDirectiveOptions(program: ts.Program): ts.TransformerFactory<ts.SourceFile>;
//# sourceMappingURL=after-declarations-directive.d.ts.map