export declare const directions: {
    left: string;
    right: string;
    up: string;
    down: string;
};
