import { ExportConfig, ImportConfig } from '../types'; export declare const log: (config: ExportConfig | ImportConfig, message: any, type: "info" | "error" | "success") => void; export declare const unlinkFileLogger: () => void;