export declare function stringToBuffer(str: string): Uint8Array;
export declare function stringBase64ToBuffer(str: string): Uint8Array;
