import { ContextFile } from '../resynthesis/context-file'; export interface TraversalOptions { repositoryName?: string; fileGlobs?: string[]; } export declare function traverse(bundlepath: string | undefined, options?: TraversalOptions): ContextFile[];