declare class CLI {
    run(): Promise<string>;
}
export declare const cli: CLI;
export {};
