import type { IOBuffer } from 'iobuffer'; /** * Tests if the upcoming data is from a module or not * buffer - the IOBuffer object; * @returns boolean - true if module, false if not */ export declare function isModule(buffer: IOBuffer): boolean; //# sourceMappingURL=isModule.d.ts.map