import type { FactorsType, PairType } from '../types';
import { Controller } from '../controller';
export default function <T extends FactorsType>(ctrl: Controller<T>): Generator<PairType>;
