import { Command } from 'commander';
export interface CommandModule {
    register: (program: Command) => void;
}
//# sourceMappingURL=types.d.ts.map