/** @type {Schema.Schema, unknown>} */ export const schema: Schema.Schema, unknown>; export function link(): Schema.Schema, unknown>; export function match(options?: Settings): Schema.Schema, any>; export function read(input: unknown): API.Result, API.Failure>; export function optional(): Schema.Schema | undefined, unknown>; export type Settings = { code?: Code; version?: Version; multihash?: { code?: Alg; digest?: Uint8Array; }; }; import { create } from '../link.js'; import { createLegacy } from '../link.js'; import { isLink } from '../link.js'; import { parse } from '../link.js'; import * as Schema from './schema.js'; import * as API from '@ucanto/interface'; export { create, createLegacy, isLink, parse }; //# sourceMappingURL=link.d.ts.map