import { App } from '../../lib/app'; import { Store } from '../../lib/store'; export declare const getFormatter: (app: App, store: Store, engine: string, id: string) => (name: string, value: any) => any;