import type { AsyncData, NuxtError } from 'nuxt/app'; /** * Composable to fetch a single asset by its UID */ export declare const useGetAsset: (options: { assetUid: string; locale?: string; }) => Promise | undefined>>;