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