import { Content } from "./ncx-content"; export declare class NavPoint { Points: NavPoint[]; Text: string; Content: Content; PlayerOrder: number; ID: string; }