import ts from 'typescript/lib/tsserverlibrary.js';
/**
 * search for `@Component({})` and precompile the source code
 * @param program a ts program
 * @returns a transformer factory of source file
 */
export declare function beforeCompileComponentOptions(program: ts.Program): ts.TransformerFactory<ts.SourceFile>;
//# sourceMappingURL=before-component.d.ts.map