import { RootState } from '../../engine/state';
import { Table } from '../../internal-types';
export declare function createGeneratorCode(state: RootState): string;
export declare function createGeneratorCodeTable(state: RootState, table: Table): string;
