import type { CreateInputNormalizerProps, InputNormalizer } from "../types.js";
/**
 * @description Create a function that normalizes the input
 * @param root - The root of the project
 * @param preserveModulesRoot - The root of the preserve modules
 * @param removeExtension - Whether to remove the extension of the file
 * @returns A function that normalizes the input
 */
export declare function createInputNormalizer({ root, moduleBasePath, moduleBaseURL, preserveModulesRoot, removeExtension, }: CreateInputNormalizerProps): InputNormalizer;
//# sourceMappingURL=inputNormalizer.d.ts.map