declare const ToolGateToolNotFoundError_base: new = {}>(args: import("effect/Types").VoidIfEmpty<{ readonly [P in keyof A as P extends "_tag" ? never : P]: A[P]; }>) => import("effect/Cause").YieldableError & {
readonly _tag: "ToolGateToolNotFoundError";
} & Readonly;
export declare class ToolGateToolNotFoundError extends ToolGateToolNotFoundError_base<{
toolId: string;
}> {
}
export {};
//# sourceMappingURL=errors.d.ts.map