import * as citty from 'citty'; declare const main: (opts?: citty.RunMainOptions) => Promise; export { main };