import { type ConfigPlugin } from '@expo/config-plugins';
export declare const withBluetoothPermissions: ConfigPlugin<{
    bluetoothAlwaysPermission?: string | false;
}>;
