import type { Engine } from './types.js';
export declare const engine: Engine;
export { deserialize, serialize } from 'node:v8';
export { deflateSync, inflateSync } from 'node:zlib';
