export declare const invalidateCacheIfPrismaClientChanged: ({ projectRootDir, }: {
    projectRootDir: string;
}) => Promise<void>;
