export interface Parser { variables: Set; getVariables(fileContent: string): string[]; }