export declare const cleanLog: (log: any) => {
    [k: string]: any;
};
