export declare function stringToUint8Array(str: string): Uint8Array;
export default stringToUint8Array;
