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