declare class ContinuousIntegrationSingleton { service: string; build_number: number; tag: string; commit_message: string; branch: string; pull_request: boolean; issue: string; constructor(); private parseInt; } declare const ContinuousIntegration: ContinuousIntegrationSingleton; export { ContinuousIntegration };