import { Action } from '../action'; export declare class ListAction extends Action { execute(): Promise; }