import { Context } from 'koishi';
import type { Config } from '../types';
/**
 * 注册今日运势主命令
 */
export declare function registerJrysCommand(ctx: Context, config: Config, jsonFilePath: string, retryCounts: Record<string, number>, logInfo: (...args: any[]) => void): void;
