import { DirectiveNode } from 'graphql'; export declare function parseDirectives(rawDirectives: readonly DirectiveNode[]): Record;