import { GetNextPage, Selector } from '../types/tekton-results'; import { K8sGroupVersionKind, K8sResourceCommon, TektonConfiguration } from '../types/k8s'; export declare const useRuns: (groupVersionKind: K8sGroupVersionKind, namespace: string, config: TektonConfiguration, options?: { selector?: Selector; limit?: number; name?: string; }, cacheKey?: string) => [Kind[], boolean, unknown, GetNextPage]; //# sourceMappingURL=useRuns.d.ts.map