/*! * Contentstack Export * Copyright (c) 2026 Contentstack LLC * MIT Licensed */ import { ImportConfig } from '../types'; export declare const log: (config: ImportConfig, message: any, type: string) => Promise; export declare const unlinkFileLogger: () => void;