import type { H3Event } from 'h3'; import type { NitroRouteRules } from 'nitropack'; import type { NuxtIslandResponse } from 'nuxt/app'; export { withoutQuery } from 'nuxtseo-shared/utils'; export declare function fetchIsland(e: H3Event, component: string, props: Record, timeout?: number): Promise; export declare function createNitroRouteRuleMatcher(): ((path: string) => NitroRouteRules);