import { IArgv } from './types'; export default function runCommand(command: string, platformId: string, argv: IArgv): Promise;