export declare function getDeathDirection(actionStateId: number): "left" | "right" | "down" | "up";
