import { ClockTickEvent, DeadOnClock } from './deadon'; export declare function setup(clock: DeadOnClock, ctx: AudioContext): void; export declare const sixteenthNoteActions: (e: ClockTickEvent) => void; export declare const quarterNoteActions: (e: ClockTickEvent) => void; export declare const barActions: (e: ClockTickEvent) => void; export declare const getCurrentPpqn: () => number;