export declare function isLoaded(): boolean; export declare function encode(s: string, urlSafe?: boolean): string; export declare function decode(s: string): string; export declare function fromByteArray(buf: Uint8Array, urlSafe?: boolean): string; export declare function toByteArray(s: string): Uint8Array; //# sourceMappingURL=index.d.ts.map