import { Source } from 'graphql'; export declare function parse(source: Source | string): import("graphql/language/ast").DocumentNode;