import { Formatter, FormatterTable } from '../plugin'; import { Context } from '../context'; import { Variable } from '../variable'; export declare class NotImplementedFormatter extends Formatter { apply(args: string[], vars: Variable[], ctx: Context): void; } export declare const NOIMPL_FORMATTERS: FormatterTable;