import { ComplexFormatterOptions, FormatterType } from './FormatterFactory'; declare type ComplexFormatterPreferences = { type: T; options?: ComplexFormatterOptions; }; declare type FormatterOptions = FormatterType | ComplexFormatterPreferences; export { FormatterOptions };