import { MatchRecord } from '../MatchRecord';
/**
 * MatchRecordsをテキスト形式に変換する
 *
 * @param matchRecord 対象となるマッチ
 * @param conf オプショナルルールの適否など、ヘッダ情報に出力する設定情報
 */
export declare function formatMatchRecord<T>(matchRecord: MatchRecord<T>, redPlayer?: string, whitePlayer?: string): string;
//# sourceMappingURL=formatMatchRecord.d.ts.map