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