export declare class Action { type: string; data: Record; constructor(type: string, data: Record); }