interface ITestDoubleimport { type ITestDouble } from "https://deno.land/x/rhum@v2.1.0/src/interfaces.ts"; Type ParametersOriginalObjectMethodsinit(original: OriginalObject, methodsToTrack: string[]): void