declare const Buffer: any; export var hasBufferFrom = typeof Buffer === "function" && Buffer.from;