export declare const writeLog: (tag: string, value: string | Record<string, unknown> | Error) => void;
export declare const jsonCheck: (value: string) => boolean;
export declare const base64ToUtf8: (base64: string) => string;
