export interface ParseRepository { analyze(projectId: string, format: string, uploadIds: number[], option: object): Promise revert(serverId: string): void }