import * as citty from 'citty';

declare const main: (opts?: citty.RunMainOptions) => Promise<void>;

export { main };
