import type { Nullable, ResourceView } from "instill-sdk"; export declare function useNamespacePipeline({ namespaceId, pipelineId, accessToken, enabled, shareCode, view, }: { namespaceId: Nullable; pipelineId: Nullable; accessToken: Nullable; enabled: boolean; shareCode: Nullable; view: Nullable; }): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=client.d.ts.map