import { UserError } from "../../toolcraft/dist/index.js"; export declare function classifyNetworkError(error: unknown, url: string): UserError | null;