import { type ActionsDirection } from '../../../types'; export declare const getActionsDirection: (direction: ActionsDirection) => string;