### Describe the bug TS shows `Function.prototype.call` typing for `$derived.call` which is incorrect. [The typing file](https://github.com/sveltejs/svelte/blob/main/packages/svelte/types/index.d.ts#L2488) still uses the `fn` method name. ### Reproduction Use `$derived.call` in TS. ### Logs _No response_ ### System Info ```shell svelte@5.0.0-next.41 ``` ### Severity annoyance