import type { PropertyMatchingContext } from '../generated-parser/QueryParser'; import QueryListener from '../generated-parser/QueryListener'; export default class FieldsQueryWalker extends QueryListener { fields: string[]; enterPropertyMatching: (ctx: PropertyMatchingContext) => void; } //# sourceMappingURL=fields-query-walker.d.ts.map