import type { AsyncData, NuxtError } from 'nuxt/app'; /** * Composable to fetch a single entry by its UID */ export declare const useGetEntry: (options: { contentTypeUid: string; entryUid: string; referenceFieldPath?: string[]; jsonRtePath?: string[]; locale?: string; replaceHtmlCslp?: boolean; }) => Promise | undefined>>;