declare const runCLI: () => Promise<void>;

export { runCLI };
