declare type GetReportURLContext = { repositoryName: string; commitHash: string; reportName: string; s3bucket: string; s3region: string; webBaseUrl: string; }; export declare function getURLForReport(context: GetReportURLContext): string; export {};