import { SystResource } from "../resourceParsers/SystResource"; import { SystemData } from "novadatainterface/SystemData"; declare function SystemParse(syst: SystResource, notFoundFunction: (m: string) => void): Promise; export { SystemParse };