import { FieldNode } from 'graphql'; export declare function makeInherit(graphqlAst: FieldNode): { $inherit: boolean; } | { $inherit: { $type: any; }; };