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