export declare function isBase64(str: string, expectJson?: boolean): boolean;
export declare function parseJSONValue(value: string): any;
