import { SystemModel } from './system'; export declare class ProjectModel { system: SystemModel; repository_url: string; provider: string; name: string; client: string; full_name: string; folder: string; constructor(system: SystemModel, repository: string); }