import type { ColumnInfo } from '../../../../ts-types'; import type { SceneProxy } from '../proxy'; export declare function dynamicSetX(x: number, screenLeft: ColumnInfo | null, isEnd: boolean, proxy: SceneProxy): Promise; export declare function updateColContent(syncLeftCol: number, syncRightCol: number, proxy: SceneProxy): void;