import type { CheckSession } from '../rest/check-sessions.js'; import { type OutputFormat } from './render.js'; export declare function formatCheckSessionsRun(sessions: CheckSession[], format: OutputFormat, options: { detached: boolean; }): string;