/**
 * Converts a file path to POSIX format.
 */
export declare function toPosixPath(filePath: string): string;
