export declare const ACTION_STATUSES: { readonly IDLE: "idle"; readonly RUNNING: "running"; readonly DONE: "done"; readonly ERROR: "error"; };