/** @internal */
export declare function inspect(value: unknown, options?: Record<string, any>): string;
