import type { Rule } from '@angular-devkit/schematics'; import type { Schema } from './schema'; export default function removeKarma(schema: Schema): Rule;