import * as o from "../../../../dist/src/main"; export declare const query: o.Query<{ readonly _distinct: false; readonly _sqlCalcFoundRows: false; readonly _joins: o.Join<{ aliasedTable: 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; }>; 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; }>; }; nullable: false; }>[]; readonly _parentJoins: undefined; readonly _selects: undefined; readonly _where: undefined; readonly _grouped: undefined; readonly _having: undefined; readonly _orders: undefined; readonly _limit: undefined; readonly _unions: undefined; readonly _unionOrders: undefined; readonly _unionLimit: undefined; readonly _mapDelegate: undefined; }>;