import * as o from "../../../../dist/src/main"; export declare const table: o.Table<{ readonly usedRef: {}; readonly alias: "table"; readonly columns: { readonly x: o.Column<{ tableAlias: "table"; name: "x"; assertDelegate: import("type-mapping").Mapper; }>; readonly y: o.Column<{ tableAlias: "table"; name: "y"; assertDelegate: import("type-mapping").Mapper; }>; readonly z: o.Column<{ tableAlias: "table"; name: "z"; assertDelegate: import("type-mapping").Mapper; }>; }; readonly autoIncrement: undefined; readonly id: undefined; readonly primaryKey: undefined; readonly candidateKeys: []; readonly generated: []; readonly isNullable: never[]; readonly hasExplicitDefaultValue: []; readonly mutable: ("x" | "y" | "z")[]; readonly parents: []; readonly insertAllowed: true; readonly deleteAllowed: true; }>; export declare const emptyTable: o.Table<{ readonly usedRef: {}; readonly alias: "table"; readonly columns: {}; readonly autoIncrement: undefined; readonly id: undefined; readonly primaryKey: undefined; readonly candidateKeys: []; readonly generated: []; readonly isNullable: never[]; readonly hasExplicitDefaultValue: []; readonly mutable: never[]; readonly parents: []; readonly insertAllowed: true; readonly deleteAllowed: true; }>; export declare const nullable: o.Table<{ readonly usedRef: {}; readonly alias: "table"; readonly columns: { readonly a: o.Column<{ tableAlias: "table"; name: "a"; assertDelegate: import("type-mapping").Mapper; }>; }; readonly autoIncrement: undefined; readonly id: undefined; readonly primaryKey: undefined; readonly candidateKeys: []; readonly generated: []; readonly isNullable: "a"[]; readonly hasExplicitDefaultValue: []; readonly mutable: "a"[]; readonly parents: []; readonly insertAllowed: true; readonly deleteAllowed: true; }>;