export const ReferencedInvocationNotFoundName: "ReferencedInvocationNotFound"; export class ReferencedInvocationNotFound extends Failure { /** * @param {import('@ucanto/interface').Link} [invocation] */ constructor(invocation?: import("@ucanto/interface").Link); invocation: import("@ucanto/server").IPLDLink | undefined; get name(): string; toJSON(): { invocation: import("@ucanto/server").IPLDLink | undefined; name: string; message: string; stack: string | undefined; }; } import { Failure } from '@ucanto/server'; //# sourceMappingURL=lib.d.ts.map