import { InjectionToken } from '@angular/core'; import { IFormatterParserFn } from './struct/formatter-parser-function'; export declare const FORMATTER_PARSER: InjectionToken<(IFormatterParserFn)[]>;