export declare type IPaste = { row: TRow; changers: ((row: TRow) => TChange)[]; };