import { IChord } from "./private_chordUtil";
import { Time } from "musicxml-interfaces";
export declare function getBeamingPattern(time: Time, alt?: string): IChord[];
