export declare const stringToUtf8Array: (s: string) => Array<number>;
export declare const urlSafeBase64Encode: (s: string) => string;
