import type { CommandOutput } from './types.ts'; /** Runs diagnostics against a SQLite database and formats the report. */ export declare function executeDoctor(options: { database: string; json: boolean; }): Promise;