export interface JsonData { [key: string]: any; } export declare function jsonToBase64(jsonData: JsonData): string;