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