import { CoverageUploaderConfig } from '../../config/ConfigNames'; export declare const initCoverage: (options: CoverageUploaderConfig) => Promise;