export const console: import("@ucanto/interface").TheCapabilityParser, any>>; /** * Capability that succeeds with the `nb.value` value. */ export const log: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ value: Schema.Schema; }>>>; /** * Capability that fails with an error provided to `nb.error` field. */ export const error: import("@ucanto/interface").TheCapabilityParser, Schema.InferStruct<{ error: Schema.Schema; }>>>; import { Schema } from '@ucanto/validator'; //# sourceMappingURL=console.d.ts.map