export interface MutationOperator<T> {
    mutate(individual: T): T;
}
//# sourceMappingURL=MutationOperator.d.ts.map