import { BaseEntity } from '../index.js';
import { OutrightScore } from './outright-score';
export declare class OutrightScoreEvent implements BaseEntity {
    [key: string]: unknown;
    fixtureId: number;
    outrightScore?: OutrightScore;
}
