/**
 * @name isRiscV
 * @summary Tests if the input has a RISC-V header
 * @description
 * Checks to see if the input Uint8Array contains a valid RISC-V header
 */
export declare function isRiscV(bytes: unknown): bytes is Uint8Array;
