import type { CommandOutput } from './types.ts'; /** Checks stored workflow history against the current workflow definitions. */ export declare function executeVersionCheck(options: { database: string; workflows: string; json: boolean; }): Promise;