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