import { ValueNode } from 'graphql';
type VariablePaths = Record<string, Array<string | number>>;
export declare function extractVariables(inputValue: ValueNode): {
    inputValue: ValueNode;
    variablePaths: VariablePaths;
};
export {};
