import { STFS } from '../types'; declare type RepoInfo = { repo?: string; filePath?: string; packageName?: string; relativePath?: string; }; export declare class PropRepos { private repos; fs?: STFS; getRepo(filePath: string): Promise; } export {};