import type { IslandDefinition } from '../../shared';
export declare function useIslandsForPath<T = any>(): IslandDefinition[];
