/**
 * Convert a string to a byte array
 */
export declare function utf8ToBytes(string: string, units?: number): number[];
//# sourceMappingURL=utf8ToBytes.d.ts.map
