// note: we cannot use Buffer, as it won't work in the browser
export function encode(value: any): any;
export function decode(buffer: any): any;
