import type { ProjectRepositoryLongNameRepresentation } from './type';
export declare function parseLongProjectRepositoryName(name: string): ProjectRepositoryLongNameRepresentation;
export declare function buildProjectRepositoryLongName(representation: ProjectRepositoryLongNameRepresentation): string;
