/** * A regular posix join, but adds a `./` at the beginning */ export declare const offsetRelativePathPosix: (offsetPath: string, path: string) => string; //# sourceMappingURL=offset-relative-path-posix.function.d.ts.map