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