import type { Rule } from '@angular-devkit/schematics';
/**
 * Rule to add imports to a file
 * @param filePath
 * @param imports
 */
export declare const addImportsRule: (filePath: string, imports: {
    from: string;
    importNames: string[];
}[]) => Rule;
//# sourceMappingURL=index.d.ts.map