/** * Convert a string to a byte array * * This is a utf8ToBytes function from the buffer module (with added types) * https://github.com/feross/buffer/blob/795bbb5bda1b39f1370ebd784bea6107b087e3a7/index.js#L1956 * * License: MIT (https://github.com/feross/buffer) */ export declare function utf8ToBytes(string: string, units?: number): number[]; //# sourceMappingURL=utf8ToBytes.d.ts.map