import { Value, VarFinder } from "../value"; import { Goal } from "../goal"; export declare function query(goals: (v: VarFinder) => Array, varNames: Array, opts?: { limit?: number; }): Array>;