diff --git a/index.d.ts b/index.d.ts index 0a21650..852768b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -86,7 +86,6 @@ export type ModuleType = "esm" | "cjs" | "unknown"; */ export class InstrumentationMatcher { private constructor(); - free(): void; /** * Get a transformer for the given module name, version and file path. * Returns `undefined` if no matching instrumentations are found. @@ -103,8 +102,6 @@ export class InstrumentationMatcher { */ export class Transformer { private constructor(); - free(): void; - /** * The name of the module to transform. */