import { ActionEvent } from '../../actions/models'; export declare class ActionEventImpl implements ActionEvent { rawId: string; matchId: string; args: (string | number)[]; data?: unknown; constructor(rawId: string, data?: unknown); }