export declare const PERMISSIONS: {
    settings: {
        action: string;
        subject: null;
    }[];
};
