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<TValue extends BoundIncludedSource = BoundIncludedSource> extends Base<TValue> implements Standard {
    value: TValue;
    clone(): this;
}
//# sourceMappingURL=bound-included.d.ts.map