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