export declare const decodeFromBase64: (base64: string) => Uint8Array; export declare const decompressJson: (compressedJson: string) => string; export declare const padStart: (value: string, length: number, padChar: string) => string;