import type { PackageFileInstrumentationInstructionJSON } from "./types"; import { PackageLoadFormat } from "./getSourceType"; export declare function transformCode(pkgName: string, pkgVersion: string, path: string, code: string, pkgLoadFormat: PackageLoadFormat, fileInstructions: PackageFileInstrumentationInstructionJSON): string;