export declare function seedTurbopackCacheIfNeeded({ projectDir, distDir, }: {
    projectDir: string;
    distDir: string;
}): void;
