import { Options } from 'fast-glob';
export default function explorePathSync(source: string | string[], options?: Options | undefined): string;
