import { JSONSchemaFormatter } from '../../../typings';
/**
 * Formats given array of tables in compact format to JSON Schema array
 *
 * @param json Compact JSON format (array of tables).
 * @param options Options available to format as JSON Schema.
 */
export declare const format: JSONSchemaFormatter;
