/** * Resolve the package root by walking up from a compiled file until we find package.json. * Immune to changes in tsconfig outDir/rootDir structure. */ export declare function getPackageRoot(metaUrl: string): string;