import { Thunk } from '@musical-patterns/utilities'; import { OtherContourPieces } from './types'; declare const thunkOtherContourPieces: Thunk; export { thunkOtherContourPieces, };