errors.fyi community error code reference
TS2395
typescript

Individual Declarations Must Be All Ambient

When merging declarations of the same name, all declarations must consistently be ambient (i.e. use `declare`) or all must be non-ambient. You cannot mix the two.

← all namespaces