import { Path } from '@angular-devkit/core';
import { Rule } from '@angular-devkit/schematics';
/**
 * @param type something like 'component'
 */
export declare function addIntoIndex(path: string, options: {
    barrel?: boolean;
    name: string;
}, type: string, barrelType?: string): Rule;
export declare function relativeCwdFromRelativeProjectPath(relativePath: Path): string;
