import { IOrganismOptions } from '../../../index';
export interface ISumOrganismOptions extends IOrganismOptions {
    target: number;
}
