/**
 * Table type. Tables can be closure, junction,, etc.
 */
export declare type TableType = "regular" | "view" | "junction" | "closure" | "closure-junction" | "entity-child";
