import { Container } from "dockerode"; export interface ITestLedger { start(): Promise; stop(): Promise; destroy(): Promise; }