import { ConfigPlugin } from "@expo/config-plugins";
declare const _default: ConfigPlugin<{
    microphonePermission?: string | undefined;
}>;
export default _default;
