import { type Rule } from '@angular-devkit/schematics';
export default function e2e(options: {
    name: string;
}): Rule;
