import { OptionsSettings } from '@/types';
declare const UnicornLog: (options?: OptionsSettings) => void;
export default UnicornLog;
