import { GraphQLSchema } from 'graphql'; export declare function getLocation({ path, schema, }: { path: string; schema: GraphQLSchema; }): { line: number; column: number; };