import { N as Nullable, A as Arrayable } from './types-63205a44.js'; declare const isWindows: boolean; declare function slash(str: string): string; declare const VALID_ID_PREFIX = "/@id/"; declare function normalizeRequestId(id: string, base?: string): string; declare const queryRE: RegExp; declare const hashRE: RegExp; declare const cleanUrl: (url: string) => string; declare const isInternalRequest: (id: string) => boolean; declare function normalizeModuleId(id: string): string; declare function isPrimitive(v: any): boolean; declare function toFilePath(id: string, root: string): string; /** * Convert `Arrayable` to `Array` * * @category Array */ declare function toArray(array?: Nullable>): Array; export { VALID_ID_PREFIX, cleanUrl, hashRE, isInternalRequest, isPrimitive, isWindows, normalizeModuleId, normalizeRequestId, queryRE, slash, toArray, toFilePath };