C# How-To: Use Exports

I need help with using Exports with the CitizenFX Framework in C#.
For example i wan’t to use this Export in my ClientMain.cs

exports.spawnmanager:forceRespawn()

How can i achieve that?

// Exports["resourceName"].functionName();
Exports["spawnmanager"].forceRespawn();