import { Assistant, CoberturaItem } from '../models'; export declare const extractCoberturaItems: (location: string, options?: { cwd?: string; silent?: boolean; all?: boolean; target?: number; limit?: number; ignore?: string[]; paths?: string[]; }) => Promise; export declare const extractIgnoredPaths: (cwd: string) => Promise; export declare const buildRenderer: () => (assistants: Assistant[]) => void; //# sourceMappingURL=utils.d.ts.map