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