/** * Gate command: start the Aegis Gate proxy. */ import type { Command } from 'commander'; export declare function register(program: Command): void; //# sourceMappingURL=gate.d.ts.map