import * as t from './types'; export declare function toClipboard(args: { grid: t.IGrid; action: t.GridClipboardReadCommand; }): t.IGridClipboard;