import type { PlatformConfig } from 'style-dictionary/types';
export declare const log: {
    info: (message: string, config?: PlatformConfig) => void;
    warning: (message: string, config?: PlatformConfig) => void;
    error: (message: string, config?: PlatformConfig) => void;
};
