export declare function sanitizePath(path: string): string; /** * Normalizes a path to use forward slashes. This ensures paths are valid * module specifiers and produce consistent output across platforms (e.g. Windows, * where `path` APIs return backslash-separated paths). */ export declare function toPosixPath(path: string): string; export declare function hasNodejsCompat(flags?: ReadonlyArray): boolean; export declare function hasNodejsAls(flags?: ReadonlyArray): boolean; export declare function resolvePluginApi(plugins: ReadonlyArray, name: string): Api | undefined; //# sourceMappingURL=utils.d.ts.map