import { useMutation } from "@apollo/client/react"; export declare const useUploadMedias: () => { uploadMedias: useMutation.MutationFunction | import("../../shared/graphql/graphql").Scalars["Upload"]["input"]; }, import("@apollo/client").ApolloCache>; isUploadingMedias: boolean; };