/** * Moves one directory in into a path. It strips one directory off from * the beginning. if it started with a `./` it keeps it. * @example 'foo/bar/file' => 'bar/file' */ export declare const enterPathPosix: (path: string, enterCount?: number) => string; //# sourceMappingURL=enter-path.function.d.ts.map