export function b2Alloc(size: any): null;
export function b2Free(mem: any): void;
export function b2Log(message: any, ...args: any[]): void;
export * from "./b2_common.js";
