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