export declare type Action = { actionName?: string; nodes: string[]; title: string; description: string; };