declare const isQuerySubscription: (query: string, operationName: string | null) => boolean; export default isQuerySubscription;