import { MetadataPlugin } from "./metadata";
/**
 * Detects if the users browser is brave and returns an object containing the boolean.
 * Return an empty object if Brave Brower isn't detected.
 */
export declare const createFeaturesPlugin: MetadataPlugin<number[] | undefined>;
