import type { InspectOptions } from 'util'; export declare const serialize: (value: unknown, inspectOptions?: InspectOptions) => string;