import { ResidueCounts } from './types'; export declare function getResidueCounts(alignedSequences: string[]): ResidueCounts; //# sourceMappingURL=residue-counts.d.ts.map