export { SplitterFunc, } from './types'; export { TAGS, NOTATION, ALPHABET, ALIGNMENT, candidateAlphabets, positionSeparator } from './consts'; export { splitterAsFasta, getSplitterWithSeparator, splitterAsHelm, getAlphabet, getAlphabetSimilarity, monomerToShort, pickUpPalette, pickUpSeqCol, getPaletteByType, MonomerToShortFunc } from './utils'; export { MONOMER_MOTIF_SPLITTER } from './consts'; //# sourceMappingURL=index.d.ts.map