import type { Cell } from "@ton/core";
import type { Mapping } from "../runtime";
export declare function collectAsmCoverage(cell: Cell, logs: string): {
    lines: readonly import("./data").Line[];
    summary: import("./data").CoverageSummary;
};
export declare function collectFuncCoverage(cell: Cell, logs: string, funcSources: string, funcMappingPath: string): {
    lines: import("./data").Line[];
    summary: import("./data").CoverageSummary;
};
export declare const recompileCell: (cell: Cell, forFunC: boolean) => [Cell, Mapping];
export { generateHtml } from "./html";
export { generateTextReport } from "./text";
export * from "./data";
//# sourceMappingURL=index.d.ts.map