import { ConfigPlugin } from 'expo/config-plugins';
declare const withMicrophone: ConfigPlugin<{
    microphonePermission?: string | false;
} | void>;
export default withMicrophone;
