/*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh * @license MIT */ export declare function isBuffer(obj: any): obj is Buffer;