import { DefinitionNode, DirectiveNode } from "graphql";
import { Maybe } from "./Maybe.js";
export declare const getLiveDirectiveNode: (input: DefinitionNode) => Maybe<DirectiveNode>;
