import type Factory from "../types/fatctory";
export default function commentFactory(value: string): Factory;
