/** * Check command for ralph-starter * Verifies configuration and tests LLM connection */ export interface CheckCommandOptions { verbose?: boolean; } /** * Run the check command */ export declare function checkCommand(options: CheckCommandOptions): Promise; //# sourceMappingURL=check.d.ts.map