declare function readJSON(path: string): any; export class MultiMocks { static getContent(fileName: string):string { return readJSON('multimocks/qs/' + fileName).response; } }