interface Schema {
    npmScope: string;
    name: string;
    skipInstall: boolean;
}
export default function (schema: Schema): import("@angular-devkit/schematics").Rule;
export {};
