import 'fastestsmallesttextencoderdecoder'; /** * Run a graphql operation on the Box using the graph protocol * @param query * @param variableValues * @returns */ export declare const graphql: (query: string, variableValues: Record) => Promise;