export * from "../table"; export * from "../value"; import * as Goals from "../goals"; export declare const eq: typeof Goals.Unifiable.create; export declare const ne: typeof Goals.NotUnifiable.create; export declare const and: typeof Goals.And.create; export declare const or: typeof Goals.Or.create; export * from "./query"; export * from "./find"; export { default as ty, Schema } from "@xieyuheng/ty";