import type { InferSlotVars } from "@tai-kun/surrealdb/standard-client"; import type { PreparedQueryLike } from "@tai-kun/surrealdb/types"; export type InferQueryResult = TPreparedQuery extends { readonly __type: infer T; } ? T : unknown; export type InferQueryArgs = InferSlotVars; //# sourceMappingURL=types.d.ts.map