import type { TableSchema } from "@fairspec/metadata"; export declare function renderTableSchemaAs(tableSchema: TableSchema, options: { format: string; }): Promise;