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