import { AudioState, Action } from './type'; export declare const reducer: (state: AudioState, action: Action) => AudioState;