import type { InternalInspect, Options } from "../types.d.ts"; declare const inspectProperty: ([key, value]: [unknown, unknown], object: unknown, options: Options, inspect: InternalInspect) => string; export = inspectProperty;