import { RootState } from '../../engine/state'; export declare function tableCopyToText(state: RootState): string; export declare function tableCopyToHtml(state: RootState): string;