import { GenericContainer } from 'testcontainers'; export interface StartContainerRetryOptions { attempts?: number; delay?: number; } export declare function startContainerWithRetry(container: C, options?: StartContainerRetryOptions): Promise>>; //# sourceMappingURL=start-with-retry.d.ts.map