import { BinaryNode } from '../WABinary'; export declare const executeWMexQuery: (variables: Record, queryId: string, dataPath: string, query: (node: BinaryNode) => Promise, generateMessageTag: () => string) => Promise;