export declare enum OperationType { Query = "query", Mutation = "mutation", Subscription = "subscription" } export declare const operationType: (input: string | null | undefined, defaultType: OperationType) => OperationType.Query | OperationType.Query | OperationType | OperationType.Subscription;