import { ReadinessCheck } from '../@types';
/**
 * The wrapped readiness check will fail if the container dies or gets killed.
 */
export declare const withNoStop: (input: ReadinessCheck) => ReadinessCheck;
