/** * Integration utility functions. */ /** * Produces a safe, human-readable description of a value's type * without exposing potentially sensitive data. * * @param value - The value to describe * @returns A type description string (e.g. "null", "object with keys [id, name]", "string") */ export declare function describeType(value: unknown): string; //# sourceMappingURL=utils.d.ts.map