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