#!/usr/bin/env node declare function initCommand(argv: any): Promise; export { initCommand };