import type { Nullable, ResourceView } from "instill-sdk"; import { QueryClient } from "@tanstack/react-query"; export declare function fetchNamespacePipeline({ namespaceId, pipelineId, accessToken, shareCode, view, }: { namespaceId: Nullable; pipelineId: Nullable; accessToken: Nullable; shareCode: Nullable; view: Nullable; }): Promise; export declare function getUseNamespacePipelineQueryKey(namespaceId: Nullable, pipelineId: Nullable): Nullable[]; export declare function prefetchNamespacePipeline({ namespaceId, pipelineId, accessToken, queryClient, shareCode, view, }: { namespaceId: Nullable; pipelineId: Nullable; accessToken: Nullable; queryClient: QueryClient; shareCode: Nullable; view: Nullable; }): Promise; //# sourceMappingURL=server.d.ts.map