Since the context is a partial class, you can easily add the interface to it in a separate file:
public partial class YourContext : IMyCustomInterfaceand you can put any signatures that you want to use from the generated ObjectContext into IMyCustomInterface.
( ) , , ObjectContext, , ( ) .