import type { NuxtApp } from '#app'; export declare function getRequestURL(includePath?: boolean): string; export declare function getRequestURLWN(nuxt: NuxtApp): string | Promise;