export default getFolderSize; /** * * @param {string} directoryPath * @returns */ declare function getFolderSize(directoryPath: string): string;