export interface IOrganismOptions {
    interactions: number;
}
