export declare const fields: [[{
    readonly field: "permissions";
    readonly items: {
        readonly type: "string";
    };
    readonly description: "Comma-separated list of intrusive permissions to report (supported values: geolocation, camera, microphone, notifications, persistent-storage)";
    readonly default: ["geolocation"];
}]];
