import type { ISwingAnalysisBaseNote, ISwingContainer } from './types/swing.js'; /** * Get maximum effective bpm. */ export declare function getMaxEffectiveBpm(swings: ISwingContainer[]): number; /** * Get maximum effective bpm swing. */ export declare function getMaxEffectiveBpmSwing(swings: ISwingContainer[]): number; //# sourceMappingURL=ebpm.d.ts.map