/**
 * Fully lowercases and converts to forward slashes a path.
 *
 * @param filePath   Path to normalize.
 * @returns Fully normalized version of the path.
 */
export declare const fullyNormalizeFilePath: (filePath: string) => string;
