import type Factory from "../types/fatctory";
export default function fragmentFactory(factories: Factory[]): Factory;
