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