import type { InspectType } from "../types.d.cts"; type ToStringable = Function & { [Symbol.toStringTag]: string; }; declare const inspectFunction: InspectType; export = inspectFunction;