export declare function goUp(currentItemId: string, totalLength: number): void; export declare function goDown(currentItemId: string, totalLength: number): void;