import { Rule } from '@angular-devkit/schematics'; /** * Add a Playwright scenario to an Otter project * @param options */ export declare const ngGeneratePlaywrightScenario: (options: any) => Rule; //# sourceMappingURL=index.d.ts.map