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