import type { InspectType, InternalInspect, Options } from "./types.d.cts"; export declare const inspectNode: (node: Node, inspect: InternalInspect, options: Options) => string; export declare const inspectNodeCollection: InspectType>; export declare const inspectHTMLElement: (element: Element, object: unknown, options: Options, inspect: InternalInspect) => string;