/**
* @file cwd
* @module pathe/lib/cwd
*//**
* Get the path to the current working directory.
*
* @category
* utils
*
* @this {void}
*
* @return {string}
* Absolute path to current working directory
*/declarefunctioncwd(this: void): string;
export default cwd;