import type { Nullable } from "instill-sdk"; type UpdateNamespaceObjectPayload = { namespaceId: string; objectId: string; /** Mark the object as uploaded (file exists in storage) */ isUploaded?: boolean; /** File size in bytes */ size?: number; /** MIME content type */ contentType?: string; }; /** * Hook to update a namespace object's metadata. * Commonly used to mark an object as uploaded after direct MinIO upload. */ export declare function useUpdateNamespaceObject(): import("@tanstack/react-query").UseMutationResult; }, unknown>; export {}; //# sourceMappingURL=useUpdateNamespaceObject.d.ts.map