export declare const B64_JSON_REPLACER: (key: string, value: any) => any;
export declare const B64_JSON_REVIVER: (key: string, value: any) => any;
