declare const replacer: (key: string, value: any) => any; declare const reviver: (key: string, value: any) => any; export { replacer, reviver }; //# sourceMappingURL=buffer-serialization.d.ts.map