export declare const calloc: (_0: number, _1: number) => number, free: (_0: number) => void, malloc: (_0: number) => number;
