/**
 * Converts a file path to posix format
 * @param filePath - The file path to convert
 */
export declare function posix(filePath: string): string;
