export type InspectOptions = { threshold?: number; }; /** * Inspect a value */ export declare function inspect(value: unknown, options?: InspectOptions): string; //# sourceMappingURL=inspect.d.ts.map