import type { BaseField, CollectionWithDefaults, Entry, MediaField, ObjectValue, UnknownField } from '@staticcms/core'; export declare function useGetMediaAsset(collection?: CollectionWithDefaults, field?: T, entry?: Entry, currentFolder?: string, isDirectory?: boolean): (url: string | undefined | null) => Promise; export default function useMediaAsset(url: string | undefined | null, collection?: CollectionWithDefaults, field?: T, entry?: Entry, currentFolder?: string, isDirectory?: boolean): string;