import type { RowInfo } from '../../../../ts-types'; import type { SceneProxy } from '../proxy'; export declare function dynamicSetY(y: number, screenTop: RowInfo | null, isEnd: boolean, proxy: SceneProxy): Promise; export declare function updateRowContent(syncTopRow: number, syncBottomRow: number, proxy: SceneProxy, async?: boolean): boolean;