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