export declare const preloadAudio: (src: string) => void; export declare const playAudio: (src: string, onError?: (error: unknown) => void) => void;