import { NavPoint } from "./ncx-navpoint"; import { PageList } from "./ncx-pagelist"; export declare class NCX { Points: NavPoint[]; PageList: PageList; ZipPath: string; }