import * as citty from 'citty'; declare const main: citty.CommandDef; declare const runMain: () => Promise; export { main, runMain };