/**
 * Representation of the 'Score' schema.
 */
export type Score = {
    value: number;
} & Record<string, any>;
//# sourceMappingURL=score.d.ts.map