declare function getDataPath(directoryPath: string, fileName: string): Promise<{ path: string; data: T; }>; export { getDataPath };