import type { Nullable } from "instill-sdk"; import { QueryClient } from "@tanstack/react-query"; export declare function fetchNamespaceSecrets({ namespaceId, accessToken, pageSize, }: { namespaceId: Nullable; accessToken: Nullable; pageSize?: number; }): Promise; export declare function prefetchNamespaceSecrets({ namespaceId, accessToken, queryClient, }: { namespaceId: Nullable; accessToken: Nullable; queryClient: QueryClient; }): Promise; //# sourceMappingURL=server.d.ts.map