import { ASTNode } from 'graphql'; export declare function withTypenameFieldAddedWhereNeeded(ast: ASTNode): any;