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