/**
 * Inspects the value and returns it.
 */
export declare function inspect<T>(value: T, inspector?: (value: Readonly<T>) => void): T;
//# sourceMappingURL=inspect.d.ts.map