import { ApiSpec } from '../schema/WebApiSchema.js'; import { PagingState } from '../types/PagingState.js'; import { DataSource } from '../types/ReadDataSourceEvent.js'; import { Timeframe } from '../types/Timeframe.js'; import { ApiTestResult } from './types.js'; export declare function testApi(apiIn: ApiSpec, pagingState: PagingState, pluginConfig: Record, dataSource?: DataSource, dataSourceConfig?: Record, targetNodes?: unknown[], timeframe?: Timeframe): Promise;