import { CollectLcovReportPathsOptions } from './collect-lcov-report-paths.function.options.ts'; export declare const LCOV_INFO_FILE_NAME = "lcov.info"; export declare const collectLcovReportPaths: (rawOptions?: CollectLcovReportPathsOptions) => Promise; //# sourceMappingURL=collect-lcov-report-paths.function.d.ts.map