import type { BinaryNode } from '../WABinary/index.js'; export declare const executeWMexQuery: (variables: Record, queryId: string, dataPath: string, query: (node: BinaryNode) => Promise, generateMessageTag: () => string) => Promise; //# sourceMappingURL=mex.d.ts.map