import { ParserField } from '../../Models'; export declare class ValueTemplate { static resolve(f: ParserField): string; }