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