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