import { IRhythmTree } from '../../musical-data/trees'; import { IBlock } from "./types"; export declare function treeToBlocks(tree: IRhythmTree, depth: number): IBlock[]; //# sourceMappingURL=treeToBlocks.d.ts.map