declare const ACTION_TYPES: Record; declare function decodeTziakchaAction(action: [number, number, number]): { playerIndex: number; type: number; typeName: string; data: number; time: number; detail: Record; }; declare const actionApi: { ACTION_TYPES: typeof ACTION_TYPES; decodeTziakchaAction: typeof decodeTziakchaAction; }; export = actionApi;