import { NovaResources } from "./ResourceHolderBase"; declare function readNovaFile(filePath: string, localIDSpace: NovaResources): Promise; export { readNovaFile };