/**
 * Get the directory name of the current module.
 * Lazy loads Node.js dependencies (url, path) only when needed.
 */
export declare function getParentDir(): Promise<string>;
//# sourceMappingURL=path.util.d.ts.map