//#region src/cwd.d.ts
/**
 * Get the current working directory.
 *
 * @remarks
 * This function attempts to retrieve the current working directory using `process.cwd()`.
 *
 * @returns The current working directory or '/' if it cannot be determined
 */
declare function cwd(): any;
//#endregion
export { cwd };
//# sourceMappingURL=cwd.d.cts.map