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