/**
 * Check if argument is Int8Array
 * @param arg
 * @returns {boolean}
 */
export declare function isInt8Array(arg: unknown): arg is Int8Array;
