/** * This error will be thrown if something goes wrong in the datafile module * * @typedef {Error} DatafileError */ export declare class DatafileError extends Error { constructor(message: string); }