declare type VoiceLeadingFunction = (voicings: string[][], lastVoicing: string[]) => string[]; declare const topNoteDiff: VoiceLeadingFunction; /** @deprecated */ declare const _default: { topNoteDiff: VoiceLeadingFunction; }; export { type VoiceLeadingFunction, _default as default, topNoteDiff };