export interface ParserInterface { process(contents: string): string[]; }