export declare enum DocumentType { Query = 0, Mutation = 1, Subscription = 2 }