1 2 3 4 5
import {YargsFactory} from './build/lib/yargs-factory'; declare const Yargs: ReturnType<typeof YargsFactory>; export default Yargs;