import ts from 'typescript/lib/tsserverlibrary.js';
/**
 * search for `@Directive({})` and to register with the html parser
 * @param program a ts program
 * @returns a transformer factory of source file
 */
export declare function beforeCompileDirectiveOptions(program: ts.Program): ts.TransformerFactory<ts.SourceFile>;
//# sourceMappingURL=before-directive.d.ts.map