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