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: "x"; readonly id: "x"; readonly primaryKey: "x"[]; readonly candidateKeys: "x"[][]; readonly generated: "x"[]; readonly isNullable: never[]; readonly hasExplicitDefaultValue: "x"[]; readonly mutable: ("y" | "z")[]; readonly parents: []; readonly insertAllowed: true; readonly deleteAllowed: true; }>;