import { CompactFormatter } from '../../../typings';
/**
 * Formats given JSON parsed from SQL to a compact
 * format containing array of tables.
 *
 * @param json Parsed JSON format.
 */
export declare const format: CompactFormatter;
