import { InjectionToken } from '@angular/core'; export interface VescellParserConfig { pattern: string; } export declare const VESCELL_PARSER_CONFIG: InjectionToken;