export declare function _heap_init(heap?: Uint8Array, heapSize?: number): Uint8Array; export declare function _heap_write(heap: Uint8Array, hpos: number, data: Uint8Array, dpos: number, dlen: number): number;