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