import { Thunk } from '@musical-patterns/utilities'; import { GetTrueContourPieces, TrueContourPiecesByBarTargetThenBlockStyleThenRenderingName } from './types'; declare const thunkTrueContourPieces: Thunk; declare const getTrueContours: GetTrueContourPieces; export { thunkTrueContourPieces, getTrueContours, };