import { BaseRestResponse } from './BaseRestResponse'; export declare class ActionResponse extends BaseRestResponse { key: string; data: string; }