import { Schema } from '@overture-stack/lectern-client';
import { Dictionary } from '@overture-stack/lyric-data-model/models';
export declare const dictionarySportsData: Schema[];
export declare const dictionarySportStats: Dictionary;
export declare const dictionarySportStatsNodeGraph: {
    readonly sport: readonly [{
        readonly schemaName: "team";
        readonly fieldName: "sport_id";
        readonly parent: {
            readonly schemaName: "sport";
            readonly fieldName: "sport_id";
        };
    }, {
        readonly schemaName: "game";
        readonly fieldName: "sport_id";
        readonly parent: {
            readonly schemaName: "sport";
            readonly fieldName: "sport_id";
        };
    }];
    readonly team: readonly [{
        readonly schemaName: "player";
        readonly fieldName: "team_id";
        readonly parent: {
            readonly schemaName: "team";
            readonly fieldName: "team_id";
        };
    }];
    readonly player: readonly [];
    readonly game: readonly [];
};
export declare const dictionaryClinicalSchemas: Schema[];
