import ActionsFeature from '../features/actions'; import ActionsInterface from './actionsInterface'; export default class CoverageAction implements ActionsInterface { private actionFeature; private coverageFeature; private uuid; constructor(actionFeature: ActionsFeature); init(): Promise<void>; destroy(): void; private stopCoverage; private exposeActions; }