export type QuartileEvent = 0.25 | 0.5 | 0.75; export declare const getErrorMessage: (code: number, src?: string) => string; export declare const shouldFireQuartile: (quartile: QuartileEvent, playhead: number, duration: number, quartilesFired: Set, loopNumber: number) => boolean;