import { DirectiveNode } from "graphql"; import { Maybe } from "./Maybe.js"; export declare const getLiveDirectiveArgumentValues: (node: DirectiveNode, variableValues?: Maybe<{ [key: string]: unknown; }>) => { isLive: boolean; throttleValue: Maybe; };