import { JSONValue } from '../types/index.js'; /** * Serialises the object to a JSON representation. * * @param value */ export declare function toJSON(value: any): JSONValue | undefined; //# sourceMappingURL=toJSON.d.ts.map