export declare function nodeFromDirective(directive: Record<string, any> | undefined, directiveName: string): import("n3").NamedNode<string>;
