import { Doc } from "./doc"; export declare function addTables(docs: Doc[]): Doc[]; /** * Merge tables with the same name. */ export declare function mergeTables(docs: Doc[]): Doc[];