import { type ConnectionNodeRef } from "./platform-client.js"; export declare function formatKindLabel(kind: string | undefined): string; export declare function formatCanonicalNode(label: string, node: ConnectionNodeRef): string; export type IdentityErrorClass = "credential-refused" | "entity-missing" | "endpoint-absent" | "unavailable"; export declare function classifyIdentityError(err: unknown): IdentityErrorClass | null; //# sourceMappingURL=identity-format.d.ts.map