import { Rule } from '@angular-devkit/schematics';
import type { DecoratorOptions } from './decorator.schema.js';
export declare function main(options: DecoratorOptions): Rule;
