import { buildProgram } from './program.js'; export { buildProgram }; export declare function run(argv: Array): Promise;