export declare class Repo {
    name: string;
    dir: string;
    srcdir?: string;
    srcroot?: string;
}
