2026-03-15 23:00:30 +02:00
|
|
|
export function rewritePackageExtensions(entries: unknown): string[] | undefined;
|
|
|
|
|
|
2026-03-23 17:39:22 +02:00
|
|
|
export function copyBundledPluginMetadata(params?: {
|
|
|
|
|
repoRoot?: string;
|
|
|
|
|
cwd?: string;
|
|
|
|
|
env?: NodeJS.ProcessEnv;
|
|
|
|
|
}): void;
|