declare const _default: { getUrlBuffer(url: string): Promise; checkAndCreateDirectory(dirPath: string): Promise; doesDirectoryExist(filePath: string): Promise; }; export default _default;