import { Runner } from '../../@types';
export declare const runReadinessCheck: ({ runner }: {
    runner: Runner;
}) => Promise<any>;
