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