import { OqlQueryComponent, SyntaxNode } from '@lcap/nasl-concepts'; import type { AxiosInstance } from 'axios'; export declare const naslOQLCacheStore: LocalForage; type ExtraParams = { appId: string; ideVersion: string; datasourceInfoList: any[]; }; export declare function requestEmbeddedTSBatch(http: AxiosInstance, oqlList: OqlQueryComponent[], extraParams: ExtraParams): Promise; export declare function internalWaitOqlQueryComponentChildrenFinish(node: SyntaxNode): Promise; export {}; //# sourceMappingURL=oql-cache.d.ts.map