declare function useGetMetadata(): ({ url }: {
    url: string;
}) => Promise<any>;
export default useGetMetadata;
