UNPKG

@contentstack/cli-variants

Version:

Variants plugin

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