export declare enum RootType { Query = "query", Mutation = "mutation", Subscription = "subscription" }