import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; import type { QueryScope } from '../helpers/interfaces'; export declare function theHiveApiQuery(this: IExecuteFunctions, scope: QueryScope, filters?: IDataObject[], sortFields?: IDataObject[], limit?: number, returnCount?: boolean, extraData?: string[]): Promise; //# sourceMappingURL=queryHelper.d.ts.map