import { BoundIncluded as Base, type BoundIncludedSource } from "@tai-kun/surrealdb/encodable-datatypes"; import type { Standard } from "./spec"; export type * from "../encodable/bound-included"; /** * [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/data/bound-included) * @experimental */ export default class BoundIncluded extends Base implements Standard { value: TValue; clone(): this; } //# sourceMappingURL=bound-included.d.ts.map