import type { GitHub } from '../infra/github';
export declare const getLatestSuccessfulRunISODate: (github: GitHub) => Promise<string | undefined>;
