import { ReadinessCheck } from '../@types';
/**
 * A readiness check that succeeds when the service exits with the exit code 0.
 */
export declare const zeroExitCodeReadinessCheck: ReadinessCheck;
