export declare const EOFBYTES: Uint8Array<ArrayBuffer>;
export declare const EOFHASH: Uint8Array<ArrayBufferLike>;
/**
 * Returns `true` if `code` is an EOF contract, otherwise `false`
 * @param code Code to test
 */
export declare function isEOF(code: Uint8Array): boolean;
//# sourceMappingURL=util.d.ts.map