/** * The mocked class of the Fs Module */ export class FsMock { public async readFile(path: string, encoding: string) { } }