import type { AudioAttributes, State, StateHandler } from '../../types';
declare const addAudio: (state: State, stateHandler: StateHandler, attributes?: AudioAttributes) => string;
export default addAudio;
