#!/usr/bin/env node declare function run(argv?: string[]): Promise; export { run };