import { ASTNode } from 'graphql';
export declare const isStreamOperation: (astNode: ASTNode) => boolean;
