export declare enum SurrogateContext {
    Instance = "instance",
    Surrogate = "surrogate"
}
export declare enum MethodWrapper {
    Sync = "sync",
    Async = "async"
}
