import { CLI } from "./../../index";
export declare class Console extends CLI {
    constructor();
    run(): Promise<boolean>;
}
