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