/**
 * Mark all builds & releases with "in_progress" status longer than 1 hour as "failed"
 */
export declare function markLongRunningBuildAndReleaseAsFailed(): Promise<{
    buildCount: number;
    releaseCount: number;
}>;
//# sourceMappingURL=mark-long-build-release-as-failed.d.ts.map