import type { AsyncData, NuxtError } from 'nuxt/app'; export declare const useGetEntryByUrl: (options: { contentTypeUid: string; url: string; referenceFieldPath?: string[]; jsonRtePath?: string[]; locale?: string; replaceHtmlCslp?: boolean; }) => Promise | undefined>>;