import { IFormatterBase } from "./i-formatter"; export declare type IFormatter = IFormatterBase; /** * Wrap it inside of a Proxy to escape circular dependencies * @type {IFormatter} */ export declare const wrappedIFormatter: IFormatterBase;