declare const publisherAudioReducer: (state: string, action: {
    type: string;
    payload: any;
}) => string;
export default publisherAudioReducer;
