import { GlobOptions } from "../_common/glob_to_reg_exp.js"; export type { GlobOptions }; /** Like normalize(), but doesn't collapse "**\/.." when `globstar` is true. */ export declare function normalizeGlob(glob: string, { globstar }?: GlobOptions): string;