export { handleError } from "./cli/error"; /** * Runs CLI with the given arguments. */ export declare function run(argv?: string[]): Promise;