IOHandlerSync: {
    load?: LoadHandlerSync;
    save?: SaveHandlerSync;
}

Interface for a synchronous model import/export handler.

The save and load handlers are both optional, in order to allow handlers that support only saving or loading.