import { GetNextPage, RecordsList, TektonResultsOptions } from '../types/tekton-results'; import { K8sResourceCommon, TektonConfiguration } from '../types/k8s'; export declare const useTektonResultsRuns: (getRuns: (namespace: string, config: TektonConfiguration, options?: TektonResultsOptions, nextPageToken?: string, cacheKey?: string) => Promise<[Kind[], RecordsList, (boolean | undefined)?]>, namespace: string, config: TektonConfiguration, options?: TektonResultsOptions, cacheKey?: string) => [Kind[], boolean, unknown, GetNextPage]; //# sourceMappingURL=useTektonResultsRuns.d.ts.map