/** Build a glob pattern that works on POSIX and Windows. */ export default function buildGlob(...components: string[]): string;