/** * Returns a file/directory name prefixed by _current working * directory_ which it is being executed in. */ export declare function currentDirectory(offset?: string): string; //# sourceMappingURL=currentDirectory.d.ts.map