/** * BaseFormatterInterface * * The interface for the base formatter. */ export interface BaseFormatterInterface { }