import { JSONValue } from './json.js'; export interface Serialisable { toJSON(): S | undefined; } //# sourceMappingURL=serialisation.d.ts.map