type Params = { maxRetries?: number; sleepTime?: number; }; export default function dockerTestDbConnection(params?: Params): Promise; export {};