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