/**
 * Encode a string to UTF8 array.
 */
export declare function encodeUTF8(input: string): Uint8Array;
//# sourceMappingURL=encode.d.ts.map