export interface Prerequisite {
    key: string;
    variation: number;
}
//# sourceMappingURL=Prerequisite.d.ts.map