/**
 * Convert windows path to unix.
 * Copied from https://github.com/sindresorhus/slash as the package is ESM only
 */
export declare function slash(filePath: string): string;
