export interface IInstrumentationStrategy { process(inputFile: string, outputFile: string, fileKey: string): Promise; }