import type { Engine } from './types';
export declare const engine: Engine;
export declare const serialize: (data: any) => Buffer;
export { deserialize } from 'bun:jsc';
declare const inflateSync: typeof import("bun").inflateSync;
declare const deflateSync: typeof import("bun").deflateSync;
export { inflateSync, deflateSync };
