import type { StartedTestContainer } from "testcontainers"; declare const startTestContainer: (image: string) => Promise; export default startTestContainer;