import { RootState } from '../../engine/state'; import { FormatTableOptions } from './utils'; export declare function createCode(state: RootState): string; export declare function formatTable(state: RootState, { buffer, table }: FormatTableOptions): void;