import { Table, Meta } from "."; import { Dictionary } from "lodash"; /** * @hidden */ export declare class Database { meta: Meta; tables: Dictionary