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