import type { OperationDefinitionNode } from 'graphql'; import type { ErrorOr } from './types.js'; export declare const parseVariableValue: (value: string, typename: string) => ErrorOr; export declare const parseRequestVariables: (variableFlags: string[], operation: OperationDefinitionNode, varFile?: Record) => { variables: Record; errors: string[]; }; //# sourceMappingURL=request-variables-parser.d.ts.map