import { Gene } from './Gene'; export declare const CommentGene: (id: string, text: string) => Gene; //# sourceMappingURL=CommentGene.d.ts.map