import type { YUpdateRow } from './types/YUpdateRow'; export declare let currentUpdateRow: YUpdateRow | null; export declare function setCurrentUpdateRow(row: YUpdateRow | null): void;