import { Block, Cardinal, Translation } from '@musical-patterns/utilities'; declare const SUMMERY_SPRING_TRANSLATION: Translation; declare const SPRINGY_SUMMER_TRANSLATION: Translation; declare const SINGLE_DURATION: number; declare const FIFTEEN_BONY_BLOCKS: Block; declare const TWENTYFOUR_BONY_BLOCKS: Block; declare const FIFTEEN_BONY_BLOCK_COUNT_PER_BAR: Cardinal; declare const TWENTYFOUR_BONY_BLOCK_COUNT_PER_BAR: Cardinal; export { FIFTEEN_BONY_BLOCKS, TWENTYFOUR_BONY_BLOCKS, SUMMERY_SPRING_TRANSLATION, SPRINGY_SUMMER_TRANSLATION, SINGLE_DURATION, FIFTEEN_BONY_BLOCK_COUNT_PER_BAR, TWENTYFOUR_BONY_BLOCK_COUNT_PER_BAR, };