function isBytes(value: unknown): value is ByteArray;
let value: unknown;
let returnType: value is (ByteArray)