export declare class Repo { readonly owner: string; readonly name: string; constructor(owner: string, name: string); get path(): string; }