import * as ucanto from '@ucanto/interface' import { assert, equals, inclusion, index, location, partition, relation } from './assert.js' export type Assert = ucanto.InferInvokedCapability export type AssertInclusion = ucanto.InferInvokedCapability export type AssertIndex = ucanto.InferInvokedCapability export type AssertLocation = ucanto.InferInvokedCapability export type AssertPartition = ucanto.InferInvokedCapability export type AssertRelation = ucanto.InferInvokedCapability export type AssertEquals = ucanto.InferInvokedCapability