/** * Initialize STM repository command */ import { Command } from 'commander'; /** * Create the init command */ export declare const initCommand: Command; //# sourceMappingURL=init.d.ts.map