UNPKG

siafun

Version:
14 lines (13 loc) 447 B
import { GdOptions } from './config'; export declare function getAllSWEvals(song: string, points: any[][][], options: GdOptions, msaFile: string, numConns: number, maskThreshold: number): Promise<{ originalGround: number; originalSeq: number; tlModesGround: number; tlModesSeq: number; tlGraphGround: number; tlGraphSeq: number; msaGround: number; msaSeq: number; graphGround: number; graphSeq: number; }>;