export declare type BufferLike = string | number[] | ArrayBuffer | Uint8Array | Int8Array | Uint8ClampedArray;