export declare class Comment { static parse(comment: string): string; static extract(field: string | undefined, values: Map, toKey: (entry: string) => T): string; }