export declare function toUtf8_1(text: string): Uint8Array; export declare function toUtf8_2(text: string): Uint8Array; /** * Convert text to UTF-8 byte array. * @param text text to be converted to utf-8 bytes * Note: this one seems to be the fastest based upon perf tests. */ export declare function toUtf8_3(text: string): Uint8Array; export declare const toUtf8: typeof toUtf8_3; export default toUtf8; //# sourceMappingURL=toUtf8.d.ts.map