export declare const EOFBYTES: Uint8Array;
export declare const EOFHASH: Uint8Array;
/**
 * 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