/**
* Get a data file from the data directory in CommonJS
*
* @param file the path to the file to retrieve data for.
* @returns the data from the file
*/
export declarefunctionreadRelativeFile<T>(pathParts: string[]): Promise<T>;
//# sourceMappingURL=readRelativeFile.d.ts.map