import type { Nullable, ResourceView } from "instill-sdk"; export declare function usePaginatedNamepsacePipelineComponentRuns({ namespaceId, pipelineId, pipelineRunId, accessToken, enabled, pageSize, page, orderBy, filter, view, requesterId, }: { enabled: boolean; namespaceId: Nullable; pipelineId: Nullable; pipelineRunId: Nullable; accessToken: Nullable; view: Nullable; pageSize: Nullable; page: Nullable; orderBy: Nullable; filter: Nullable; requesterId: Nullable; }): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=usePaginatedNamepsacePipelineComponentRuns.d.ts.map