export type InstallSafetyOverrides = {
  dangerouslyForceUnsafeInstall?: boolean;
};
