export declare function computeDependencyName({
  nodeNameWithoutStartingHash,
  hasPrivateHash,
  isStatic,
}: {
  nodeNameWithoutStartingHash: string
  hasPrivateHash: boolean
  isStatic: boolean
}): string
