import type { Command } from 'commander'; declare const buildIos: (command: Command) => Promise; export default buildIos;